Html Css Color HEX #2AE329 Lime Green

📋 copy color: '#2AE329'

red 42 ◦ green 227 ◦ blue 41

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

Shades of Lime Green #2AE329

Tints of Lime Green #2AE329

RGB

 RED value IS 42 (16.8% from 255) = 13.55%

 GREEN value IS 227 (89.06% from 255) = 73.23%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 13.55%
G = 73.23%
B = 13.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#2AE329 (or 0x2AE329) is known color: Lime Green. HEX triplet: 2A, E3 and 29. RGB value is (42,227,41). Sum of RGB (Red+Green+Blue) = 42+227+41=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE329 is #D51CD6. Grayscale: #979797. Windows color (decimal): -13966551 or 2745130. OLE color: 2745130.

HSL color Cylindrical-coordinate representation of color #2AE329: hue angle of 119.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE329 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 227 41 -
CMYK 0.81 0 0.82 0.11
HSL 119.68º 0.77% 0.53% -
HSV(B) 119.68º 0.82% 0.89% -
XYZ 28.82 55.59 11.31 -
YUV 150.48 66.21 50.62 -
System Red Green Blue C M Y K H S L
Decimal 42 227 41 0.81 0 0.82 0.11 119.68 0.77 0.53
Hex 2A E3 29 51 0 52 B 78 4D 35
Octal 52 343 51 121 0 122 13 170 115 65
Binary 101010 11100011 101001 1010001 0 1010010 1011 1111000 1001101 110101

Color Harmonies of #2AE329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE329

Black with #2AE329

Text Example


Text Example

White with #2AE329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AE329; }

 p { color: rgb(42,227,41); }

 H1.HeaderClassName
 {
   color: #2AE329;
 }
 .AnyTagClassName
 {
   color: #2AE329;
 }
</style>

background-color css

<style>
 a { background-color: #2AE329; }

 a { background-color: rgb(42,227,41); }

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

border-color css

<style>
 span { border-color: #2AE329; }

 span { border-color: rgb(42,227,41); }

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