#32C841

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

Shades of Lime Green #32C841

Tints of Lime Green #32C841

Color information

#32C841 (or 0x32C841) is unknown color: approx Lime Green. HEX triplet: 32, C8 and 41. RGB value is (50,200,65). Sum of RGB (Red+Green+Blue) = 50+200+65=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #32C841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C841 is #CD37BE. Grayscale: #8C8C8C. Windows color (decimal): -13449151 or 4311090. OLE color: 4311090.

HSL color Cylindrical-coordinate representation of color #32C841: hue angle of 126º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C841 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB5020065-
CMYK0.7500.680.22
HSL126º60%49.02%-
HSV(B)126º75%78.43%-
XYZ22.9242.3711.97-
YUV139.7685.863.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 200 (78.52% from 255) = 63.49%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=15.87%
G=63.49%
B=20.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50200650.7500.680.221266049.02
Hex32C8414B044167e3c31
Octal623101011130104261767461
Binary110010110010001000001100101101000100101101111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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