Html Css Color HEX #1ADE30 Lime Green

📋 copy color: '#1ADE30'

red 26 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #1ADE30

Tints of Lime Green #1ADE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 8.78%
G = 75%
B = 16.22%

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

#1ADE30 (or 0x1ADE30) is known color: Lime Green. HEX triplet: 1A, DE and 30. RGB value is (26,222,48). Sum of RGB (Red+Green+Blue) = 26+222+48=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE30 is #E521CF. Grayscale: #909090. Windows color (decimal): -15016400 or 3202586. OLE color: 3202586.

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

Color convert

RGB 26 222 48 -
CMYK 0.88 0 0.78 0.13
HSL 126.73º 0.79% 0.49% -
HSV(B) 126.73º 0.88% 0.87% -
XYZ 27.08 52.68 11.54 -
YUV 143.56 74.07 44.15 -
System Red Green Blue C M Y K H S L
Decimal 26 222 48 0.88 0 0.78 0.13 126.73 0.79 0.49
Hex 1A DE 30 58 0 4E D 7F 4F 31
Octal 32 336 60 130 0 116 15 177 117 61
Binary 11010 11011110 110000 1011000 0 1001110 1101 1111111 1001111 110001

Color Harmonies of #1ADE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADE30

Black with #1ADE30

Text Example


Text Example

White with #1ADE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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