Html Css Color HEX #1ADA20 Lime Green

📋 copy color: '#1ADA20'

red 26 ◦ green 218 ◦ blue 32

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

Shades of Lime Green #1ADA20

Tints of Lime Green #1ADA20

RGB

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

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

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

R = 9.42%
G = 78.99%
B = 11.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#1ADA20 (or 0x1ADA20) is known color: Lime Green. HEX triplet: 1A, DA and 20. RGB value is (26,218,32). Sum of RGB (Red+Green+Blue) = 26+218+32=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 218 (85.55% from 255 or 78.99% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADA20 is #E525DF. Grayscale: #8B8B8B. Windows color (decimal): -15017440 or 2152986. OLE color: 2152986.

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

Color convert

RGB 26 218 32 -
CMYK 0.88 0 0.85 0.15
HSL 121.88º 0.79% 0.48% -
HSV(B) 121.88º 0.88% 0.85% -
XYZ 25.76 50.47 9.75 -
YUV 139.39 67.39 47.12 -
System Red Green Blue C M Y K H S L
Decimal 26 218 32 0.88 0 0.85 0.15 121.88 0.79 0.48
Hex 1A DA 20 58 0 55 F 7A 4F 30
Octal 32 332 40 130 0 125 17 172 117 60
Binary 11010 11011010 100000 1011000 0 1010101 1111 1111010 1001111 110000

Color Harmonies of #1ADA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADA20

Black with #1ADA20

Text Example


Text Example

White with #1ADA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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