Html Css Color HEX #20CC22 Lime Green

📋 copy color: '#20CC22'

red 32 ◦ green 204 ◦ blue 34

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

Shades of Lime Green #20CC22

Tints of Lime Green #20CC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 11.85%
G = 75.56%
B = 12.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#20CC22 (or 0x20CC22) is known color: Lime Green. HEX triplet: 20, CC and 22. RGB value is (32,204,34). Sum of RGB (Red+Green+Blue) = 32+204+34=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC22 is #DF33DD. Grayscale: #858585. Windows color (decimal): -14627806 or 2280480. OLE color: 2280480.

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

Color convert

RGB 32 204 34 -
CMYK 0.84 0 0.83 0.2
HSL 120.7º 0.73% 0.46% -
HSV(B) 120.7º 0.84% 0.8% -
XYZ 22.48 43.61 8.75 -
YUV 133.19 72.02 55.82 -
System Red Green Blue C M Y K H S L
Decimal 32 204 34 0.84 0 0.83 0.2 120.7 0.73 0.46
Hex 20 CC 22 54 0 53 14 79 49 2E
Octal 40 314 42 124 0 123 24 171 111 56
Binary 100000 11001100 100010 1010100 0 1010011 10100 1111001 1001001 101110

Color Harmonies of #20CC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC22

Black with #20CC22

Text Example


Text Example

White with #20CC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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