Html Css Color HEX #32C220 Lime Green

📋 copy color: '#32C220'

red 50 ◦ green 194 ◦ blue 32

#32C220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32C220

Tints of Lime Green #32C220

RGB

 RED value IS 50 (19.92% from 255) = 18.12%

 GREEN value IS 194 (76.17% from 255) = 70.29%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 18.12%
G = 70.29%
B = 11.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#32C220 (or 0x32C220) is known color: Lime Green. HEX triplet: 32, C2 and 20. RGB value is (50,194,32). Sum of RGB (Red+Green+Blue) = 50+194+32=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #32C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C220 is #CD3DDF. Grayscale: #848484. Windows color (decimal): -13450720 or 2146866. OLE color: 2146866.

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

Color convert

RGB 50 194 32 -
CMYK 0.74 0 0.84 0.24
HSL 113.33º 0.72% 0.44% -
HSV(B) 113.33º 0.84% 0.76% -
XYZ 20.87 39.37 7.87 -
YUV 132.48 71.29 69.17 -
System Red Green Blue C M Y K H S L
Decimal 50 194 32 0.74 0 0.84 0.24 113.33 0.72 0.44
Hex 32 C2 20 4A 0 54 18 71 48 2C
Octal 62 302 40 112 0 124 30 161 110 54
Binary 110010 11000010 100000 1001010 0 1010100 11000 1110001 1001000 101100

Color Harmonies of #32C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C220

Black with #32C220

Text Example


Text Example

White with #32C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32C220;
 }
 .AnyTagClassName
 {
   color: #32C220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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