Html Css Color HEX #2AE41A Lime Green

📋 copy color: '#2AE41A'

red 42 ◦ green 228 ◦ blue 26

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

Shades of Lime Green #2AE41A

Tints of Lime Green #2AE41A

RGB

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

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

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

R = 14.19%
G = 77.03%
B = 8.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#2AE41A (or 0x2AE41A) is known color: Lime Green. HEX triplet: 2A, E4 and 1A. RGB value is (42,228,26). Sum of RGB (Red+Green+Blue) = 42+228+26=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 228 (89.45% from 255 or 77.03% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE41A is #D51BE5. Grayscale: #959595. Windows color (decimal): -13966310 or 1762346. OLE color: 1762346.

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

Color convert

RGB 42 228 26 -
CMYK 0.82 0 0.89 0.11
HSL 115.25º 0.8% 0.5% -
HSV(B) 115.25º 0.89% 0.89% -
XYZ 28.88 56.05 10.27 -
YUV 149.36 58.38 51.43 -
System Red Green Blue C M Y K H S L
Decimal 42 228 26 0.82 0 0.89 0.11 115.25 0.8 0.5
Hex 2A E4 1A 52 0 59 B 73 50 32
Octal 52 344 32 122 0 131 13 163 120 62
Binary 101010 11100100 11010 1010010 0 1011001 1011 1110011 1010000 110010

Color Harmonies of #2AE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE41A

Black with #2AE41A

Text Example


Text Example

White with #2AE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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