Html Css Color HEX #1ADD1E Lime Green

📋 copy color: '#1ADD1E'

red 26 ◦ green 221 ◦ blue 30

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

Shades of Lime Green #1ADD1E

Tints of Lime Green #1ADD1E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 79.78%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 9.39%
G = 79.78%
B = 10.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#1ADD1E (or 0x1ADD1E) is known color: Lime Green. HEX triplet: 1A, DD and 1E. RGB value is (26,221,30). Sum of RGB (Red+Green+Blue) = 26+221+30=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 221 (86.72% from 255 or 79.78% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD1E is #E522E1. Grayscale: #8D8D8D. Windows color (decimal): -15016674 or 2022682. OLE color: 2022682.

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

Color convert

RGB 26 221 30 -
CMYK 0.88 0 0.86 0.13
HSL 121.23º 0.79% 0.48% -
HSV(B) 121.23º 0.88% 0.87% -
XYZ 26.52 52.03 9.87 -
YUV 140.92 65.4 46.03 -
System Red Green Blue C M Y K H S L
Decimal 26 221 30 0.88 0 0.86 0.13 121.23 0.79 0.48
Hex 1A DD 1E 58 0 56 D 79 4F 30
Octal 32 335 36 130 0 126 15 171 117 60
Binary 11010 11011101 11110 1011000 0 1010110 1101 1111001 1001111 110000

Color Harmonies of #1ADD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD1E

Black with #1ADD1E

Text Example


Text Example

White with #1ADD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,221,30); }

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

background-color css

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

 a { background-color: rgb(26,221,30); }

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

border-color css

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

 span { border-color: rgb(26,221,30); }

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