#36F82E

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

Shades of Lime Green #36F82E

Tints of Lime Green #36F82E

Color information

#36F82E (or 0x36F82E) is unknown color: approx Lime Green. HEX triplet: 36, F8 and 2E. RGB value is (54,248,46). Sum of RGB (Red+Green+Blue) = 54+248+46=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #36F82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F82E is #C907D1. Grayscale: #A7A7A7. Windows color (decimal): -13174738 or 3078198. OLE color: 3078198.

HSL color Cylindrical-coordinate representation of color #36F82E: hue angle of 117.62º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36F82E is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB5424846-
CMYK0.7800.810.03
HSL117.62º93.52%57.65%-
HSV(B)117.62º81.45%97.25%-
XYZ35.5868.1213.86-
YUV166.9759.7347.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 248 (97.27% from 255) = 71.26%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=15.52%
G=71.26%
B=13.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal54248460.7800.810.03117.6293.5257.65
Hex36F82E4E0513765e3a
Octal66370561160121316613672
Binary110110111110001011101001110010100011111101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,248,46); }

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

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

 a { background-color: rgb(54,248,46); }

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

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

 span { border-color: rgb(54,248,46); }

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