Html Css Color HEX #1ADA21 Lime Green

📋 copy color: '#1ADA21'

red 26 ◦ green 218 ◦ blue 33

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

Shades of Lime Green #1ADA21

Tints of Lime Green #1ADA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 9.39%
G = 78.7%
B = 11.91%

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

#1ADA21 (or 0x1ADA21) is known color: Lime Green. HEX triplet: 1A, DA and 21. RGB value is (26,218,33). Sum of RGB (Red+Green+Blue) = 26+218+33=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADA21 is #E525DE. Grayscale: #8C8C8C. Windows color (decimal): -15017439 or 2218522. OLE color: 2218522.

HSL color Cylindrical-coordinate representation of color #1ADA21: hue angle of 122.19º 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 #1ADA21 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 218 33 -
CMYK 0.88 0 0.85 0.15
HSL 122.19º 0.79% 0.48% -
HSV(B) 122.19º 0.88% 0.85% -
XYZ 25.77 50.47 9.82 -
YUV 139.5 67.89 47.04 -
System Red Green Blue C M Y K H S L
Decimal 26 218 33 0.88 0 0.85 0.15 122.19 0.79 0.48
Hex 1A DA 21 58 0 55 F 7A 4F 30
Octal 32 332 41 130 0 125 17 172 117 60
Binary 11010 11011010 100001 1011000 0 1010101 1111 1111010 1001111 110000

Color Harmonies of #1ADA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADA21

Black with #1ADA21

Text Example


Text Example

White with #1ADA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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