Html Css Color HEX #1AE52A Lime Green

📋 copy color: '#1AE52A'

red 26 ◦ green 229 ◦ blue 42

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

Shades of Lime Green #1AE52A

Tints of Lime Green #1AE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 8.75%
G = 77.1%
B = 14.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#1AE52A (or 0x1AE52A) is known color: Lime Green. HEX triplet: 1A, E5 and 2A. RGB value is (26,229,42). Sum of RGB (Red+Green+Blue) = 26+229+42=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE52A is #E51AD5. Grayscale: #939393. Windows color (decimal): -15014614 or 2811162. OLE color: 2811162.

HSL color Cylindrical-coordinate representation of color #1AE52A: hue angle of 124.73º 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 #1AE52A is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 229 42 -
CMYK 0.89 0 0.82 0.10
HSL 124.73º 0.8% 0.5% -
HSV(B) 124.73º 0.89% 0.9% -
XYZ 28.86 56.43 11.56 -
YUV 146.99 68.75 41.71 -
System Red Green Blue C M Y K H S L
Decimal 26 229 42 0.89 0 0.82 0.10 124.73 0.8 0.5
Hex 1A E5 2A 59 0 52 A 7D 50 32
Octal 32 345 52 131 0 122 12 175 120 62
Binary 11010 11100101 101010 1011001 0 1010010 1010 1111101 1010000 110010

Color Harmonies of #1AE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE52A

Black with #1AE52A

Text Example


Text Example

White with #1AE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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