#36BC2C

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

Shades of Lime Green #36BC2C

Tints of Lime Green #36BC2C

Color information

#36BC2C (or 0x36BC2C) is unknown color: approx Lime Green. HEX triplet: 36, BC and 2C. RGB value is (54,188,44). Sum of RGB (Red+Green+Blue) = 54+188+44=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC2C is #C943D3. Grayscale: #838383. Windows color (decimal): -13190100 or 2931766. OLE color: 2931766.

HSL color Cylindrical-coordinate representation of color #36BC2C: hue angle of 115.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36BC2C is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB5418844-
CMYK0.7100.770.26
HSL115.83º62.07%45.49%-
HSV(B)115.83º76.6%73.73%-
XYZ19.9636.938.46-
YUV131.5278.6172.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 188 (73.83% from 255) = 65.73%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=18.88%
G=65.73%
B=15.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54188440.7100.770.26115.8362.0745.49
Hex36BC2C4704D1A743e2d
Octal66274541070115321647655
Binary11011010111100101100100011101001101110101110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,188,44); }

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

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

 a { background-color: rgb(54,188,44); }

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

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

 span { border-color: rgb(54,188,44); }

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