Html Css Color HEX #32CC20 Lime Green

📋 copy color: '#32CC20'

red 50 ◦ green 204 ◦ blue 32

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

Shades of Lime Green #32CC20

Tints of Lime Green #32CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.33%

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

R = 17.48%
G = 71.33%
B = 11.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#32CC20 (or 0x32CC20) is known color: Lime Green. HEX triplet: 32, CC and 20. RGB value is (50,204,32). Sum of RGB (Red+Green+Blue) = 50+204+32=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC20 is #CD33DF. Grayscale: #8A8A8A. Windows color (decimal): -13448160 or 2149426. OLE color: 2149426.

HSL color Cylindrical-coordinate representation of color #32CC20: hue angle of 113.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32CC20 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 204 32 -
CMYK 0.75 0 0.84 0.2
HSL 113.72º 0.73% 0.46% -
HSV(B) 113.72º 0.84% 0.8% -
XYZ 23.17 43.97 8.63 -
YUV 138.35 67.98 64.99 -
System Red Green Blue C M Y K H S L
Decimal 50 204 32 0.75 0 0.84 0.2 113.72 0.73 0.46
Hex 32 CC 20 4B 0 54 14 72 49 2E
Octal 62 314 40 113 0 124 24 162 111 56
Binary 110010 11001100 100000 1001011 0 1010100 10100 1110010 1001001 101110

Color Harmonies of #32CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC20

Black with #32CC20

Text Example


Text Example

White with #32CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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