#36BD27

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

Shades of Lime Green #36BD27

Tints of Lime Green #36BD27

Color information

#36BD27 (or 0x36BD27) is unknown color: approx Lime Green. HEX triplet: 36, BD and 27. RGB value is (54,189,39). Sum of RGB (Red+Green+Blue) = 54+189+39=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD27 is #C942D8. Grayscale: #848484. Windows color (decimal): -13189849 or 2604342. OLE color: 2604342.

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

Color convert

RGB5418939-
CMYK0.7100.790.26
HSL114º65.79%44.71%-
HSV(B)114º79.37%74.12%-
XYZ20.0937.338.07-
YUV131.5475.7772.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 189 (74.22% from 255) = 67.02%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=19.15%
G=67.02%
B=13.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54189390.7100.790.2611465.7944.71
Hex36BD274704F1A72422d
Octal662754710701173216210255
Binary110110101111011001111000111010011111101011100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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