#32C838

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

Shades of Lime Green #32C838

Tints of Lime Green #32C838

Color information

#32C838 (or 0x32C838) is unknown color: approx Lime Green. HEX triplet: 32, C8 and 38. RGB value is (50,200,56). Sum of RGB (Red+Green+Blue) = 50+200+56=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #32C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C838 is #CD37C7. Grayscale: #8B8B8B. Windows color (decimal): -13449160 or 3721266. OLE color: 3721266.

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

Color convert

RGB5020056-
CMYK0.7500.720.22
HSL122.4º60%49.02%-
HSV(B)122.4º75%78.43%-
XYZ22.6842.2710.71-
YUV138.7381.3164.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 200 (78.52% from 255) = 65.36%
BLUE value IS 56 (22.27% from 255) = 18.30%
R=16.34%
G=65.36%
B=18.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50200560.7500.720.22122.46049.02
Hex32C8384B048167a3c31
Octal62310701130110261727461
Binary11001011001000111000100101101001000101101111010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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