#36BD33

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

Shades of Lime Green #36BD33

Tints of Lime Green #36BD33

Color information

#36BD33 (or 0x36BD33) is unknown color: approx Lime Green. HEX triplet: 36, BD and 33. RGB value is (54,189,51). Sum of RGB (Red+Green+Blue) = 54+189+51=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD33 is #C942CC. Grayscale: #858585. Windows color (decimal): -13189837 or 3390774. OLE color: 3390774.

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

Color convert

RGB5418951-
CMYK0.7100.730.26
HSL118.7º57.5%47.06%-
HSV(B)118.7º73.02%74.12%-
XYZ20.3237.429.28-
YUV132.981.7771.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 189 (74.22% from 255) = 64.29%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=18.37%
G=64.29%
B=17.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54189510.7100.730.26118.757.547.06
Hex36BD33470491A773a2f
Octal66275631070111321677257
Binary11011010111101110011100011101001001110101110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,189,51); }

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

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

 a { background-color: rgb(54,189,51); }

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

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

 span { border-color: rgb(54,189,51); }

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