Html Css Color HEX #20C116 Lime Green

📋 copy color: '#20C116'

red 32 ◦ green 193 ◦ blue 22

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

Shades of Lime Green #20C116

Tints of Lime Green #20C116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 78.14%

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 12.96%
G = 78.14%
B = 8.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#20C116 (or 0x20C116) is known color: Lime Green. HEX triplet: 20, C1 and 16. RGB value is (32,193,22). Sum of RGB (Red+Green+Blue) = 32+193+22=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #20C116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C116 is #DF3EE9. Grayscale: #7D7D7D. Windows color (decimal): -14630634 or 1491232. OLE color: 1491232.

HSL color Cylindrical-coordinate representation of color #20C116: hue angle of 116.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20C116 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 22 -
CMYK 0.83 0 0.89 0.24
HSL 116.49º 0.8% 0.42% -
HSV(B) 116.49º 0.89% 0.76% -
XYZ 19.81 38.5 7.15 -
YUV 125.37 69.66 61.4 -
System Red Green Blue C M Y K H S L
Decimal 32 193 22 0.83 0 0.89 0.24 116.49 0.8 0.42
Hex 20 C1 16 53 0 59 18 74 50 2A
Octal 40 301 26 123 0 131 30 164 120 52
Binary 100000 11000001 10110 1010011 0 1011001 11000 1110100 1010000 101010

Color Harmonies of #20C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C116

Black with #20C116

Text Example


Text Example

White with #20C116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,22); }

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

background-color css

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

 a { background-color: rgb(32,193,22); }

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

border-color css

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

 span { border-color: rgb(32,193,22); }

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