Html Css Color HEX #1ADE31 Lime Green

📋 copy color: '#1ADE31'

red 26 ◦ green 222 ◦ blue 49

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

Shades of Lime Green #1ADE31

Tints of Lime Green #1ADE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74.75%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 8.75%
G = 74.75%
B = 16.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#1ADE31 (or 0x1ADE31) is known color: Lime Green. HEX triplet: 1A, DE and 31. RGB value is (26,222,49). Sum of RGB (Red+Green+Blue) = 26+222+49=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE31 is #E521CE. Grayscale: #909090. Windows color (decimal): -15016399 or 3268122. OLE color: 3268122.

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

Color convert

RGB 26 222 49 -
CMYK 0.88 0 0.78 0.13
HSL 127.04º 0.79% 0.49% -
HSV(B) 127.04º 0.88% 0.87% -
XYZ 27.1 52.68 11.65 -
YUV 143.67 74.57 44.07 -
System Red Green Blue C M Y K H S L
Decimal 26 222 49 0.88 0 0.78 0.13 127.04 0.79 0.49
Hex 1A DE 31 58 0 4E D 7F 4F 31
Octal 32 336 61 130 0 116 15 177 117 61
Binary 11010 11011110 110001 1011000 0 1001110 1101 1111111 1001111 110001

Color Harmonies of #1ADE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADE31

Black with #1ADE31

Text Example


Text Example

White with #1ADE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,222,49); }

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

background-color css

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

 a { background-color: rgb(26,222,49); }

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

border-color css

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

 span { border-color: rgb(26,222,49); }

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