#36BC27

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

Shades of Lime Green #36BC27

Tints of Lime Green #36BC27

Color information

#36BC27 (or 0x36BC27) is unknown color: approx Lime Green. HEX triplet: 36, BC and 27. RGB value is (54,188,39). Sum of RGB (Red+Green+Blue) = 54+188+39=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC27 is #C943D8. Grayscale: #838383. Windows color (decimal): -13190105 or 2604086. OLE color: 2604086.

HSL color Cylindrical-coordinate representation of color #36BC27: hue angle of 113.96º 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 #36BC27 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB5418839-
CMYK0.7100.790.26
HSL113.96º65.64%44.51%-
HSV(B)113.96º79.26%73.73%-
XYZ19.8736.97.99-
YUV130.9576.1173.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 188 (73.83% from 255) = 66.90%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=19.22%
G=66.90%
B=13.88%

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
Decimal54188390.7100.790.26113.9665.6444.51
Hex36BC274704F1A72422d
Octal662744710701173216210255
Binary110110101111001001111000111010011111101011100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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