#32BC27

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

Shades of Lime Green #32BC27

Tints of Lime Green #32BC27

Color information

#32BC27 (or 0x32BC27) is unknown color: approx Lime Green. HEX triplet: 32, BC and 27. RGB value is (50,188,39). Sum of RGB (Red+Green+Blue) = 50+188+39=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC27 is #CD43D8. Grayscale: #828282. Windows color (decimal): -13452249 or 2604082. OLE color: 2604082.

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

Color convert

RGB5018839-
CMYK0.7300.790.26
HSL115.57º65.64%44.51%-
HSV(B)115.57º79.26%73.73%-
XYZ19.6636.797.98-
YUV129.7576.7871.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 188 (73.83% from 255) = 67.87%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=18.05%
G=67.87%
B=14.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50188390.7300.790.26115.5765.6444.51
Hex32BC274904F1A74422d
Octal622744711101173216410255
Binary110010101111001001111001001010011111101011101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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