#32C23B

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

Shades of Lime Green #32C23B

Tints of Lime Green #32C23B

Color information

#32C23B (or 0x32C23B) is unknown color: approx Lime Green. HEX triplet: 32, C2 and 3B. RGB value is (50,194,59). Sum of RGB (Red+Green+Blue) = 50+194+59=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #32C23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C23B is #CD3DC4. Grayscale: #878787. Windows color (decimal): -13450693 or 3916338. OLE color: 3916338.

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

Color convert

RGB5019459-
CMYK0.7400.700.24
HSL123.75º59.02%47.84%-
HSV(B)123.75º74.23%76.08%-
XYZ21.439.5810.65-
YUV135.5584.7966.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 194 (76.17% from 255) = 64.03%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=16.50%
G=64.03%
B=19.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50194590.7400.700.24123.7559.0247.84
Hex32C23B4A046187c3b30
Octal62302731120106301747360
Binary11001011000010111011100101001000110110001111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,194,59); }

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

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

 a { background-color: rgb(50,194,59); }

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

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

 span { border-color: rgb(50,194,59); }

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