#36C81E

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

Shades of Lime Green #36C81E

Tints of Lime Green #36C81E

Color information

#36C81E (or 0x36C81E) is unknown color: approx Lime Green. HEX triplet: 36, C8 and 1E. RGB value is (54,200,30). Sum of RGB (Red+Green+Blue) = 54+200+30=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #36C81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C81E is #C937E1. Grayscale: #898989. Windows color (decimal): -13187042 or 2017334. OLE color: 2017334.

HSL color Cylindrical-coordinate representation of color #36C81E: hue angle of 111.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36C81E is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB5420030-
CMYK0.7300.850.22
HSL111.53º73.91%45.1%-
HSV(B)111.53º85%78.43%-
XYZ22.4142.198.19-
YUV136.9767.6368.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 200 (78.52% from 255) = 70.42%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=19.01%
G=70.42%
B=10.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54200300.7300.850.22111.5373.9145.1
Hex36C81E4905516704a2d
Octal663103611101252616011255
Binary11011011001000111101001001010101011011011100001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,200,30); }

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

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

 a { background-color: rgb(54,200,30); }

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

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

 span { border-color: rgb(54,200,30); }

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