#36F54A

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

Shades of Lime Green #36F54A

Tints of Lime Green #36F54A

Color information

#36F54A (or 0x36F54A) is unknown color: approx Lime Green. HEX triplet: 36, F5 and 4A. RGB value is (54,245,74). Sum of RGB (Red+Green+Blue) = 54+245+74=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 245 (96.09% from 255 or 65.68% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 245 - color contains mainly: green. Hex color #36F54A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F54A is #C90AB5. Grayscale: #A8A8A8. Windows color (decimal): -13175478 or 4912438. OLE color: 4912438.

HSL color Cylindrical-coordinate representation of color #36F54A: hue angle of 126.28º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F54A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB5424574-
CMYK0.7800.700.04
HSL126.28º90.52%58.63%-
HSV(B)126.28º77.96%96.08%-
XYZ35.4166.5817.46-
YUV168.474.7246.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.48%
GREEN value IS 245 (96.09% from 255) = 65.68%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=14.48%
G=65.68%
B=19.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal54245740.7800.700.04126.2890.5258.63
Hex36F54A4E04647e5b3b
Octal663651121160106417613373
Binary11011011110101100101010011100100011010011111101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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