Html Css Color HEX #1ADC20 Lime Green

📋 copy color: '#1ADC20'

red 26 ◦ green 220 ◦ blue 32

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

Shades of Lime Green #1ADC20

Tints of Lime Green #1ADC20

RGB

 RED value IS 26 (10.55% from 255) = 9.35%

 GREEN value IS 220 (86.33% from 255) = 79.14%

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

R = 9.35%
G = 79.14%
B = 11.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#1ADC20 (or 0x1ADC20) is known color: Lime Green. HEX triplet: 1A, DC and 20. RGB value is (26,220,32). Sum of RGB (Red+Green+Blue) = 26+220+32=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC20 is #E523DF. Grayscale: #8D8D8D. Windows color (decimal): -15016928 or 2153498. OLE color: 2153498.

HSL color Cylindrical-coordinate representation of color #1ADC20: hue angle of 121.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC20 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 32 -
CMYK 0.88 0 0.85 0.14
HSL 121.86º 0.79% 0.48% -
HSV(B) 121.86º 0.88% 0.86% -
XYZ 26.28 51.51 9.92 -
YUV 140.56 66.73 46.29 -
System Red Green Blue C M Y K H S L
Decimal 26 220 32 0.88 0 0.85 0.14 121.86 0.79 0.48
Hex 1A DC 20 58 0 55 E 7A 4F 30
Octal 32 334 40 130 0 125 16 172 117 60
Binary 11010 11011100 100000 1011000 0 1010101 1110 1111010 1001111 110000

Color Harmonies of #1ADC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC20

Black with #1ADC20

Text Example


Text Example

White with #1ADC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ADC20; }

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

 H1.HeaderClassName
 {
   color: #1ADC20;
 }
 .AnyTagClassName
 {
   color: #1ADC20;
 }
</style>

background-color css

<style>
 a { background-color: #1ADC20; }

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

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

border-color css

<style>
 span { border-color: #1ADC20; }

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

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