#32C438

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

Shades of Lime Green #32C438

Tints of Lime Green #32C438

Color information

#32C438 (or 0x32C438) is unknown color: approx Lime Green. HEX triplet: 32, C4 and 38. RGB value is (50,196,56). Sum of RGB (Red+Green+Blue) = 50+196+56=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #32C438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C438 is #CD3BC7. Grayscale: #888888. Windows color (decimal): -13450184 or 3720242. OLE color: 3720242.

HSL color Cylindrical-coordinate representation of color #32C438: hue angle of 122.47º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C438 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB5019656-
CMYK0.7400.710.23
HSL122.47º59.35%48.24%-
HSV(B)122.47º74.49%76.86%-
XYZ21.7740.4410.4-
YUV136.3982.6366.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 196 (76.95% from 255) = 64.90%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=16.56%
G=64.90%
B=18.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal50196560.7400.710.23122.4759.3548.24
Hex32C4384A047177a3b30
Octal62304701120107271727360
Binary11001011000100111000100101001000111101111111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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