#32C727

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

Shades of Lime Green #32C727

Tints of Lime Green #32C727

Color information

#32C727 (or 0x32C727) is unknown color: approx Lime Green. HEX triplet: 32, C7 and 27. RGB value is (50,199,39). Sum of RGB (Red+Green+Blue) = 50+199+39=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 199 (78.12% from 255 or 69.10% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 199 - color contains mainly: green. Hex color #32C727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C727 is #CD38D8. Grayscale: #888888. Windows color (decimal): -13449433 or 2606898. OLE color: 2606898.

HSL color Cylindrical-coordinate representation of color #32C727: hue angle of 115.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32C727 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB5019939-
CMYK0.7500.800.22
HSL115.88º67.23%46.67%-
HSV(B)115.88º80.4%78.04%-
XYZ22.1141.678.8-
YUV136.2173.1466.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 199 (78.12% from 255) = 69.10%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=17.36%
G=69.10%
B=13.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50199390.7500.800.22115.8867.2346.67
Hex32C7274B0501674432f
Octal623074711301202616410357
Binary110010110001111001111001011010100001011011101001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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