Html Css Color HEX #20C81A Lime Green

📋 copy color: '#20C81A'

red 32 ◦ green 200 ◦ blue 26

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

Shades of Lime Green #20C81A

Tints of Lime Green #20C81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 77.52%

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 12.4%
G = 77.52%
B = 10.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#20C81A (or 0x20C81A) is known color: Lime Green. HEX triplet: 20, C8 and 1A. RGB value is (32,200,26). Sum of RGB (Red+Green+Blue) = 32+200+26=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #20C81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C81A is #DF37E5. Grayscale: #828282. Windows color (decimal): -14628838 or 1755168. OLE color: 1755168.

HSL color Cylindrical-coordinate representation of color #20C81A: hue angle of 117.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20C81A is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 200 26 -
CMYK 0.84 0 0.87 0.22
HSL 117.93º 0.77% 0.44% -
HSV(B) 117.93º 0.87% 0.78% -
XYZ 21.44 41.69 7.89 -
YUV 129.93 69.34 58.15 -
System Red Green Blue C M Y K H S L
Decimal 32 200 26 0.84 0 0.87 0.22 117.93 0.77 0.44
Hex 20 C8 1A 54 0 57 16 76 4D 2C
Octal 40 310 32 124 0 127 26 166 115 54
Binary 100000 11001000 11010 1010100 0 1010111 10110 1110110 1001101 101100

Color Harmonies of #20C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C81A

Black with #20C81A

Text Example


Text Example

White with #20C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,200,26); }

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

background-color css

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

 a { background-color: rgb(32,200,26); }

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

border-color css

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

 span { border-color: rgb(32,200,26); }

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