Html Css Color HEX #1AE42D Lime Green

📋 copy color: '#1AE42D'

red 26 ◦ green 228 ◦ blue 45

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

Shades of Lime Green #1AE42D

Tints of Lime Green #1AE42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76.25%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 8.7%
G = 76.25%
B = 15.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#1AE42D (or 0x1AE42D) is known color: Lime Green. HEX triplet: 1A, E4 and 2D. RGB value is (26,228,45). Sum of RGB (Red+Green+Blue) = 26+228+45=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 228 (89.45% from 255 or 76.25% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE42D is #E51BD2. Grayscale: #939393. Windows color (decimal): -15014867 or 3007514. OLE color: 3007514.

HSL color Cylindrical-coordinate representation of color #1AE42D: hue angle of 125.64º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE42D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 228 45 -
CMYK 0.89 0 0.80 0.11
HSL 125.64º 0.8% 0.5% -
HSV(B) 125.64º 0.89% 0.89% -
XYZ 28.64 55.9 11.76 -
YUV 146.74 70.58 41.88 -
System Red Green Blue C M Y K H S L
Decimal 26 228 45 0.89 0 0.80 0.11 125.64 0.8 0.5
Hex 1A E4 2D 59 0 50 B 7E 50 32
Octal 32 344 55 131 0 120 13 176 120 62
Binary 11010 11100100 101101 1011001 0 1010000 1011 1111110 1010000 110010

Color Harmonies of #1AE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE42D

Black with #1AE42D

Text Example


Text Example

White with #1AE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,228,45); }

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

background-color css

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

 a { background-color: rgb(26,228,45); }

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

border-color css

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

 span { border-color: rgb(26,228,45); }

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