#32C840

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

Shades of Lime Green #32C840

Tints of Lime Green #32C840

Color information

#32C840 (or 0x32C840) is unknown color: approx Lime Green. HEX triplet: 32, C8 and 40. RGB value is (50,200,64). Sum of RGB (Red+Green+Blue) = 50+200+64=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #32C840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C840 is #CD37BF. Grayscale: #8C8C8C. Windows color (decimal): -13449152 or 4245554. OLE color: 4245554.

HSL color Cylindrical-coordinate representation of color #32C840: hue angle of 125.6º 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 #32C840 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB5020064-
CMYK0.7500.680.22
HSL125.6º60%49.02%-
HSV(B)125.6º75%78.43%-
XYZ22.942.3611.82-
YUV139.6585.364.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 200 (78.52% from 255) = 63.69%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=15.92%
G=63.69%
B=20.38%

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
Decimal50200640.7500.680.22125.66049.02
Hex32C8404B044167e3c31
Octal623101001130104261767461
Binary110010110010001000000100101101000100101101111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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