#32c827

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

Shades of Lime Green #32C827

Tints of Lime Green #32C827

Color information

#32C827 (or 0x32C827) is unknown color: approx Lime Green. HEX triplet: 32, C8 and 27. RGB value is (50,200,39). Sum of RGB (Red+Green+Blue) = 50+200+39=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 200 (78.52% from 255 or 69.20% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 200 - color contains mainly: green. Hex color #32C827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C827 is #CD37D8. Grayscale: #898989. Windows color (decimal): -13449177 or 2607154. OLE color: 2607154.

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

Color convert

RGB5020039-
CMYK0.7500.800.22
HSL115.9º67.36%46.86%-
HSV(B)115.9º80.5%78.43%-
XYZ22.3442.138.87-
YUV136.872.8166.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 200 (78.52% from 255) = 69.20%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=17.30%
G=69.20%
B=13.49%

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
Decimal50200390.7500.800.22115.967.3646.86
Hex32C8274B0501674432f
Octal623104711301202616410357
Binary110010110010001001111001011010100001011011101001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32c827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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