Html Css Color HEX #2AE017 Lime Green

📋 copy color: '#2AE017'

red 42 ◦ green 224 ◦ blue 23

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

Shades of Lime Green #2AE017

Tints of Lime Green #2AE017

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.51%

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 14.53%
G = 77.51%
B = 7.96%

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

#2AE017 (or 0x2AE017) is known color: Lime Green. HEX triplet: 2A, E0 and 17. RGB value is (42,224,23). Sum of RGB (Red+Green+Blue) = 42+224+23=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE017 is #D51FE8. Grayscale: #939393. Windows color (decimal): -13967337 or 1564714. OLE color: 1564714.

HSL color Cylindrical-coordinate representation of color #2AE017: hue angle of 114.33º degrees, saturation: 0.81, 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 #2AE017 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 23 -
CMYK 0.81 0 0.90 0.12
HSL 114.33º 0.81% 0.48% -
HSV(B) 114.33º 0.9% 0.88% -
XYZ 27.77 53.87 9.74 -
YUV 146.67 58.2 53.34 -
System Red Green Blue C M Y K H S L
Decimal 42 224 23 0.81 0 0.90 0.12 114.33 0.81 0.48
Hex 2A E0 17 51 0 5A C 72 51 30
Octal 52 340 27 121 0 132 14 162 121 60
Binary 101010 11100000 10111 1010001 0 1011010 1100 1110010 1010001 110000

Color Harmonies of #2AE017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE017

Black with #2AE017

Text Example


Text Example

White with #2AE017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,23); }

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

background-color css

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

 a { background-color: rgb(42,224,23); }

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

border-color css

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

 span { border-color: rgb(42,224,23); }

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