#32C73A

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

Shades of Lime Green #32C73A

Tints of Lime Green #32C73A

Color information

#32C73A (or 0x32C73A) is unknown color: approx Lime Green. HEX triplet: 32, C7 and 3A. RGB value is (50,199,58). Sum of RGB (Red+Green+Blue) = 50+199+58=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #32C73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C73A is #CD38C5. Grayscale: #8A8A8A. Windows color (decimal): -13449414 or 3852082. OLE color: 3852082.

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

Color convert

RGB5019958-
CMYK0.7500.710.22
HSL123.22º59.84%48.82%-
HSV(B)123.22º74.87%78.04%-
XYZ22.541.8310.89-
YUV138.3782.6464.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 199 (78.12% from 255) = 64.82%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=16.29%
G=64.82%
B=18.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50199580.7500.710.22123.2259.8448.82
Hex32C73A4B047167b3c31
Octal62307721130107261737461
Binary11001011000111111010100101101000111101101111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,199,58); }

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

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

 a { background-color: rgb(50,199,58); }

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

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

 span { border-color: rgb(50,199,58); }

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