Html Css Color HEX #20C22C Lime Green

📋 copy color: '#20C22C'

red 32 ◦ green 194 ◦ blue 44

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

Shades of Lime Green #20C22C

Tints of Lime Green #20C22C

RGB

 RED value IS 32 (12.89% from 255) = 11.85%

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 11.85%
G = 71.85%
B = 16.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#20C22C (or 0x20C22C) is known color: Lime Green. HEX triplet: 20, C2 and 2C. RGB value is (32,194,44). Sum of RGB (Red+Green+Blue) = 32+194+44=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #20C22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C22C is #DF3DD3. Grayscale: #808080. Windows color (decimal): -14630356 or 2933280. OLE color: 2933280.

HSL color Cylindrical-coordinate representation of color #20C22C: hue angle of 124.44º 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 #20C22C is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 44 -
CMYK 0.84 0 0.77 0.24
HSL 124.44º 0.72% 0.44% -
HSV(B) 124.44º 0.84% 0.76% -
XYZ 20.34 39.07 8.85 -
YUV 128.46 80.33 59.2 -
System Red Green Blue C M Y K H S L
Decimal 32 194 44 0.84 0 0.77 0.24 124.44 0.72 0.44
Hex 20 C2 2C 54 0 4D 18 7C 48 2C
Octal 40 302 54 124 0 115 30 174 110 54
Binary 100000 11000010 101100 1010100 0 1001101 11000 1111100 1001000 101100

Color Harmonies of #20C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C22C

Black with #20C22C

Text Example


Text Example

White with #20C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C22C; }

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

 H1.HeaderClassName
 {
   color: #20C22C;
 }
 .AnyTagClassName
 {
   color: #20C22C;
 }
</style>

background-color css

<style>
 a { background-color: #20C22C; }

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

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

border-color css

<style>
 span { border-color: #20C22C; }

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

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