Html Css Color HEX #2AE116 Lime Green

📋 copy color: '#2AE116'

red 42 ◦ green 225 ◦ blue 22

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

Shades of Lime Green #2AE116

Tints of Lime Green #2AE116

RGB

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

 GREEN value IS 225 (88.28% from 255) = 77.85%

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 14.53%
G = 77.85%
B = 7.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#2AE116 (or 0x2AE116) is known color: Lime Green. HEX triplet: 2A, E1 and 16. RGB value is (42,225,22). Sum of RGB (Red+Green+Blue) = 42+225+22=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 225 (88.28% from 255 or 77.85% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE116 is #D51EE9. Grayscale: #939393. Windows color (decimal): -13967082 or 1499434. OLE color: 1499434.

HSL color Cylindrical-coordinate representation of color #2AE116: hue angle of 114.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AE116 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 225 22 -
CMYK 0.81 0 0.90 0.12
HSL 114.09º 0.82% 0.48% -
HSV(B) 114.09º 0.9% 0.88% -
XYZ 28.02 54.4 9.78 -
YUV 147.14 57.37 53.01 -
System Red Green Blue C M Y K H S L
Decimal 42 225 22 0.81 0 0.90 0.12 114.09 0.82 0.48
Hex 2A E1 16 51 0 5A C 72 52 30
Octal 52 341 26 121 0 132 14 162 122 60
Binary 101010 11100001 10110 1010001 0 1011010 1100 1110010 1010010 110000

Color Harmonies of #2AE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE116

Black with #2AE116

Text Example


Text Example

White with #2AE116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,225,22); }

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

background-color css

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

 a { background-color: rgb(42,225,22); }

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

border-color css

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

 span { border-color: rgb(42,225,22); }

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