Html Css Color HEX #2AE53A Lime Green

📋 copy color: '#2AE53A'

red 42 ◦ green 229 ◦ blue 58

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

Shades of Lime Green #2AE53A

Tints of Lime Green #2AE53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 12.77%
G = 69.6%
B = 17.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#2AE53A (or 0x2AE53A) is known color: Lime Green. HEX triplet: 2A, E5 and 3A. RGB value is (42,229,58). Sum of RGB (Red+Green+Blue) = 42+229+58=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE53A is #D51AC5. Grayscale: #9A9A9A. Windows color (decimal): -13966022 or 3859754. OLE color: 3859754.

HSL color Cylindrical-coordinate representation of color #2AE53A: hue angle of 125.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE53A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 229 58 -
CMYK 0.82 0 0.75 0.10
HSL 125.13º 0.78% 0.53% -
HSV(B) 125.13º 0.82% 0.9% -
XYZ 29.74 56.84 13.41 -
YUV 153.59 74.05 48.4 -
System Red Green Blue C M Y K H S L
Decimal 42 229 58 0.82 0 0.75 0.10 125.13 0.78 0.53
Hex 2A E5 3A 52 0 4B A 7D 4E 35
Octal 52 345 72 122 0 113 12 175 116 65
Binary 101010 11100101 111010 1010010 0 1001011 1010 1111101 1001110 110101

Color Harmonies of #2AE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE53A

Black with #2AE53A

Text Example


Text Example

White with #2AE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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