Html Css Color HEX #20C12A Lime Green

📋 copy color: '#20C12A'

red 32 ◦ green 193 ◦ blue 42

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

Shades of Lime Green #20C12A

Tints of Lime Green #20C12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 11.99%
G = 72.28%
B = 15.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#20C12A (or 0x20C12A) is known color: Lime Green. HEX triplet: 20, C1 and 2A. RGB value is (32,193,42). Sum of RGB (Red+Green+Blue) = 32+193+42=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #20C12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C12A is #DF3ED5. Grayscale: #808080. Windows color (decimal): -14630614 or 2801952. OLE color: 2801952.

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

Color convert

RGB 32 193 42 -
CMYK 0.83 0 0.78 0.24
HSL 123.73º 0.72% 0.44% -
HSV(B) 123.73º 0.83% 0.76% -
XYZ 20.08 38.61 8.59 -
YUV 127.65 79.66 59.78 -
System Red Green Blue C M Y K H S L
Decimal 32 193 42 0.83 0 0.78 0.24 123.73 0.72 0.44
Hex 20 C1 2A 53 0 4E 18 7C 48 2C
Octal 40 301 52 123 0 116 30 174 110 54
Binary 100000 11000001 101010 1010011 0 1001110 11000 1111100 1001000 101100

Color Harmonies of #20C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C12A

Black with #20C12A

Text Example


Text Example

White with #20C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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