Html Css Color HEX #1ADD25 Lime Green

📋 copy color: '#1ADD25'

red 26 ◦ green 221 ◦ blue 37

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

Shades of Lime Green #1ADD25

Tints of Lime Green #1ADD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 9.15%
G = 77.82%
B = 13.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#1ADD25 (or 0x1ADD25) is known color: Lime Green. HEX triplet: 1A, DD and 25. RGB value is (26,221,37). Sum of RGB (Red+Green+Blue) = 26+221+37=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD25 is #E522DA. Grayscale: #8E8E8E. Windows color (decimal): -15016667 or 2481434. OLE color: 2481434.

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

Color convert

RGB 26 221 37 -
CMYK 0.88 0 0.83 0.13
HSL 123.38º 0.79% 0.48% -
HSV(B) 123.38º 0.88% 0.87% -
XYZ 26.62 52.07 10.4 -
YUV 141.72 68.9 45.46 -
System Red Green Blue C M Y K H S L
Decimal 26 221 37 0.88 0 0.83 0.13 123.38 0.79 0.48
Hex 1A DD 25 58 0 53 D 7B 4F 30
Octal 32 335 45 130 0 123 15 173 117 60
Binary 11010 11011101 100101 1011000 0 1010011 1101 1111011 1001111 110000

Color Harmonies of #1ADD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD25

Black with #1ADD25

Text Example


Text Example

White with #1ADD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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