Html Css Color HEX #20E222 Lime Green

📋 copy color: '#20E222'

red 32 ◦ green 226 ◦ blue 34

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

Shades of Lime Green #20E222

Tints of Lime Green #20E222

RGB

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

 GREEN value IS 226 (88.67% from 255) = 77.4%

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

R = 10.96%
G = 77.4%
B = 11.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#20E222 (or 0x20E222) is known color: Lime Green. HEX triplet: 20, E2 and 22. RGB value is (32,226,34). Sum of RGB (Red+Green+Blue) = 32+226+34=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #20E222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E222 is #DF1DDD. Grayscale: #929292. Windows color (decimal): -14622174 or 2286112. OLE color: 2286112.

HSL color Cylindrical-coordinate representation of color #20E222: hue angle of 120.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E222 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 226 34 -
CMYK 0.86 0 0.85 0.11
HSL 120.62º 0.77% 0.51% -
HSV(B) 120.62º 0.86% 0.89% -
XYZ 28.08 54.82 10.61 -
YUV 146.11 64.73 46.61 -
System Red Green Blue C M Y K H S L
Decimal 32 226 34 0.86 0 0.85 0.11 120.62 0.77 0.51
Hex 20 E2 22 56 0 55 B 79 4D 33
Octal 40 342 42 126 0 125 13 171 115 63
Binary 100000 11100010 100010 1010110 0 1010101 1011 1111001 1001101 110011

Color Harmonies of #20E222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E222

Black with #20E222

Text Example


Text Example

White with #20E222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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