Html Css Color HEX #2AE117 Lime Green

📋 copy color: '#2AE117'

red 42 ◦ green 225 ◦ blue 23

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

Shades of Lime Green #2AE117

Tints of Lime Green #2AE117

RGB

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

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

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

R = 14.48%
G = 77.59%
B = 7.93%

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

#2AE117 (or 0x2AE117) is known color: Lime Green. HEX triplet: 2A, E1 and 17. RGB value is (42,225,23). Sum of RGB (Red+Green+Blue) = 42+225+23=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE117 is #D51EE8. Grayscale: #939393. Windows color (decimal): -13967081 or 1564970. OLE color: 1564970.

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

Color convert

RGB 42 225 23 -
CMYK 0.81 0 0.90 0.12
HSL 114.36º 0.81% 0.49% -
HSV(B) 114.36º 0.9% 0.88% -
XYZ 28.03 54.4 9.83 -
YUV 147.26 57.87 52.93 -
System Red Green Blue C M Y K H S L
Decimal 42 225 23 0.81 0 0.90 0.12 114.36 0.81 0.49
Hex 2A E1 17 51 0 5A C 72 51 31
Octal 52 341 27 121 0 132 14 162 121 61
Binary 101010 11100001 10111 1010001 0 1011010 1100 1110010 1010001 110001

Color Harmonies of #2AE117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE117

Black with #2AE117

Text Example


Text Example

White with #2AE117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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