Html Css Color HEX #1ADD36 Lime Green

📋 copy color: '#1ADD36'

red 26 ◦ green 221 ◦ blue 54

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

Shades of Lime Green #1ADD36

Tints of Lime Green #1ADD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 8.64%
G = 73.42%
B = 17.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1ADD36 (or 0x1ADD36) is known color: Lime Green. HEX triplet: 1A, DD and 36. RGB value is (26,221,54). Sum of RGB (Red+Green+Blue) = 26+221+54=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD36 is #E522C9. Grayscale: #909090. Windows color (decimal): -15016650 or 3595546. OLE color: 3595546.

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

Color convert

RGB 26 221 54 -
CMYK 0.88 0 0.76 0.13
HSL 128.62º 0.79% 0.48% -
HSV(B) 128.62º 0.88% 0.87% -
XYZ 26.95 52.2 12.15 -
YUV 143.66 77.4 44.08 -
System Red Green Blue C M Y K H S L
Decimal 26 221 54 0.88 0 0.76 0.13 128.62 0.79 0.48
Hex 1A DD 36 58 0 4C D 81 4F 30
Octal 32 335 66 130 0 114 15 201 117 60
Binary 11010 11011101 110110 1011000 0 1001100 1101 10000001 1001111 110000

Color Harmonies of #1ADD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD36

Black with #1ADD36

Text Example


Text Example

White with #1ADD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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