#1adc20

Color #1ADC20 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1ADC20

Tints of Lime Green #1ADC20

Color information

#1ADC20 (or 0x1ADC20) is unknown color: approx 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

RGB2622032-
CMYK0.8800.850.14
HSL121.86º78.86%48.24%-
HSV(B)121.86º88.18%86.27%-
XYZ26.2851.519.92-
YUV140.5666.7346.29-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal26220320.8800.850.14121.8678.8648.24
Hex1ADC2058055E7a4f30
Octal323344013001251617211760
Binary1101011011100100000101100001010101111011110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1adc20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>