Html Css Color HEX #1AE52D Lime Green

📋 copy color: '#1AE52D'

red 26 ◦ green 229 ◦ blue 45

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

Shades of Lime Green #1AE52D

Tints of Lime Green #1AE52D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.33%

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

R = 8.67%
G = 76.33%
B = 15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#1AE52D (or 0x1AE52D) is known color: Lime Green. HEX triplet: 1A, E5 and 2D. RGB value is (26,229,45). Sum of RGB (Red+Green+Blue) = 26+229+45=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 229 (89.84% from 255 or 76.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE52D is #E51AD2. Grayscale: #939393. Windows color (decimal): -15014611 or 3007770. OLE color: 3007770.

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

Color convert

RGB 26 229 45 -
CMYK 0.89 0 0.80 0.10
HSL 125.62º 0.8% 0.5% -
HSV(B) 125.62º 0.89% 0.9% -
XYZ 28.92 56.45 11.85 -
YUV 147.33 70.25 41.46 -
System Red Green Blue C M Y K H S L
Decimal 26 229 45 0.89 0 0.80 0.10 125.62 0.8 0.5
Hex 1A E5 2D 59 0 50 A 7E 50 32
Octal 32 345 55 131 0 120 12 176 120 62
Binary 11010 11100101 101101 1011001 0 1010000 1010 1111110 1010000 110010

Color Harmonies of #1AE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE52D

Black with #1AE52D

Text Example


Text Example

White with #1AE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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