Html Css Color HEX #20DA1C Lime Green

📋 copy color: '#20DA1C'

red 32 ◦ green 218 ◦ blue 28

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

Shades of Lime Green #20DA1C

Tints of Lime Green #20DA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.42%

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 11.51%
G = 78.42%
B = 10.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#20DA1C (or 0x20DA1C) is known color: Lime Green. HEX triplet: 20, DA and 1C. RGB value is (32,218,28). Sum of RGB (Red+Green+Blue) = 32+218+28=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DA1C is #DF25E3. Grayscale: #8D8D8D. Windows color (decimal): -14624228 or 1890848. OLE color: 1890848.

HSL color Cylindrical-coordinate representation of color #20DA1C: hue angle of 118.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DA1C is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 218 28 -
CMYK 0.85 0 0.87 0.15
HSL 118.74º 0.77% 0.48% -
HSV(B) 118.74º 0.87% 0.85% -
XYZ 25.88 50.53 9.49 -
YUV 140.73 64.38 50.45 -
System Red Green Blue C M Y K H S L
Decimal 32 218 28 0.85 0 0.87 0.15 118.74 0.77 0.48
Hex 20 DA 1C 55 0 57 F 77 4D 30
Octal 40 332 34 125 0 127 17 167 115 60
Binary 100000 11011010 11100 1010101 0 1010111 1111 1110111 1001101 110000

Color Harmonies of #20DA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DA1C

Black with #20DA1C

Text Example


Text Example

White with #20DA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,218,28); }

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

background-color css

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

 a { background-color: rgb(32,218,28); }

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

border-color css

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

 span { border-color: rgb(32,218,28); }

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