#36BB42

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

Shades of Lime Green #36BB42

Tints of Lime Green #36BB42

Color information

#36BB42 (or 0x36BB42) is unknown color: approx Lime Green. HEX triplet: 36, BB and 42. RGB value is (54,187,66). Sum of RGB (Red+Green+Blue) = 54+187+66=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #36BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BB42 is #C944BD. Grayscale: #858585. Windows color (decimal): -13190334 or 4373302. OLE color: 4373302.

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

Color convert

RGB5418766-
CMYK0.7100.650.27
HSL125.41º55.19%47.25%-
HSV(B)125.41º71.12%73.33%-
XYZ20.2836.7211.17-
YUV133.4489.9471.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 187 (73.44% from 255) = 60.91%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=17.59%
G=60.91%
B=21.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54187660.7100.650.27125.4155.1947.25
Hex36BB42470411B7d372f
Octal662731021070101331756757
Binary110110101110111000010100011101000001110111111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,187,66); }

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

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

 a { background-color: rgb(54,187,66); }

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

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

 span { border-color: rgb(54,187,66); }

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