#36CD2A

Color #36CD2A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #36CD2A

Tints of Lime Green #36CD2A

Color information

#36CD2A (or 0x36CD2A) is unknown color: approx Lime Green. HEX triplet: 36, CD and 2A. RGB value is (54,205,42). Sum of RGB (Red+Green+Blue) = 54+205+42=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #36CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CD2A is #C932D5. Grayscale: #8D8D8D. Windows color (decimal): -13185750 or 2805046. OLE color: 2805046.

HSL color Cylindrical-coordinate representation of color #36CD2A: hue angle of 115.58º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36CD2A is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB5420542-
CMYK0.7400.800.20
HSL115.58º65.99%48.43%-
HSV(B)115.58º79.51%80.39%-
XYZ23.7744.619.55-
YUV141.2771.9765.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 205 (80.47% from 255) = 68.11%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=17.94%
G=68.11%
B=13.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54205420.7400.800.20115.5865.9948.43
Hex36CD2A4A05014744230
Octal663155211201202416410260
Binary110110110011011010101001010010100001010011101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36CD2A; }

 p { color: rgb(54,205,42); }

 H1.HeaderClassName
 {
   color: #36CD2A;
 }
 .AnyTagClassName
 {
   color: #36CD2A;
 }
</style>
background-color css

<style>
 a { background-color: #36CD2A; }

 a { background-color: rgb(54,205,42); }

 div.DivClassName
 {
   background-color: #36CD2A;
 }
 .BgClassName
 {
   background-color: #36CD2A;
 }
</style>
border-color css

<style>
 span { border-color: #36CD2A; }

 span { border-color: rgb(54,205,42); }

 td.TdClassName
 {
   border-color: #36CD2A;
 }
 .TagClassName
 {
   border-color: #36CD2A;
 }
</style>