Html Css Color HEX #2AE43A Lime Green

📋 copy color: '#2AE43A'

red 42 ◦ green 228 ◦ blue 58

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

Shades of Lime Green #2AE43A

Tints of Lime Green #2AE43A

RGB

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

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

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

R = 12.8%
G = 69.51%
B = 17.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#2AE43A (or 0x2AE43A) is known color: Lime Green. HEX triplet: 2A, E4 and 3A. RGB value is (42,228,58). Sum of RGB (Red+Green+Blue) = 42+228+58=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 228 (89.45% from 255 or 69.51% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE43A is #D51BC5. Grayscale: #999999. Windows color (decimal): -13966278 or 3859498. OLE color: 3859498.

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

Color convert

RGB 42 228 58 -
CMYK 0.82 0 0.75 0.11
HSL 125.16º 0.78% 0.53% -
HSV(B) 125.16º 0.82% 0.89% -
XYZ 29.46 56.28 13.31 -
YUV 153.01 74.38 48.82 -
System Red Green Blue C M Y K H S L
Decimal 42 228 58 0.82 0 0.75 0.11 125.16 0.78 0.53
Hex 2A E4 3A 52 0 4B B 7D 4E 35
Octal 52 344 72 122 0 113 13 175 116 65
Binary 101010 11100100 111010 1010010 0 1001011 1011 1111101 1001110 110101

Color Harmonies of #2AE43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE43A

Black with #2AE43A

Text Example


Text Example

White with #2AE43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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