#36DE4A

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

Shades of Lime Green #36DE4A

Tints of Lime Green #36DE4A

Color information

#36DE4A (or 0x36DE4A) is unknown color: approx Lime Green. HEX triplet: 36, DE and 4A. RGB value is (54,222,74). Sum of RGB (Red+Green+Blue) = 54+222+74=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 222 (87.11% from 255 or 63.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 222 - color contains mainly: green. Hex color #36DE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DE4A is #C921B5. Grayscale: #9B9B9B. Windows color (decimal): -13181366 or 4906550. OLE color: 4906550.

HSL color Cylindrical-coordinate representation of color #36DE4A: hue angle of 127.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DE4A is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB5422274-
CMYK0.7600.670.13
HSL127.14º71.79%54.12%-
HSV(B)127.14º75.68%87.06%-
XYZ28.8853.5215.29-
YUV154.982.3456.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.43%
GREEN value IS 222 (87.11% from 255) = 63.43%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=15.43%
G=63.43%
B=21.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal54222740.7600.670.13127.1471.7954.12
Hex36DE4A4C043D7f4836
Octal6633611211401031517711066
Binary110110110111101001010100110001000011110111111111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,222,74); }

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

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

 a { background-color: rgb(54,222,74); }

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

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

 span { border-color: rgb(54,222,74); }

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