#36D92A

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

Shades of Lime Green #36D92A

Tints of Lime Green #36D92A

Color information

#36D92A (or 0x36D92A) is unknown color: approx Lime Green. HEX triplet: 36, D9 and 2A. RGB value is (54,217,42). Sum of RGB (Red+Green+Blue) = 54+217+42=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #36D92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D92A is #C926D5. Grayscale: #949494. Windows color (decimal): -13182678 or 2808118. OLE color: 2808118.

HSL color Cylindrical-coordinate representation of color #36D92A: hue angle of 115.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36D92A is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB5421742-
CMYK0.7500.810.15
HSL115.89º69.72%50.78%-
HSV(B)115.89º80.65%85.1%-
XYZ26.7550.5810.54-
YUV148.316860.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 217 (85.16% from 255) = 69.33%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=17.25%
G=69.33%
B=13.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal54217420.7500.810.15115.8969.7250.78
Hex36D92A4B051F744633
Octal663315211301211716410663
Binary11011011011001101010100101101010001111111101001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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