Html Css Color HEX #2AE122 Lime Green

📋 copy color: '#2AE122'

red 42 ◦ green 225 ◦ blue 34

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

Shades of Lime Green #2AE122

Tints of Lime Green #2AE122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 13.95%
G = 74.75%
B = 11.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#2AE122 (or 0x2AE122) is known color: Lime Green. HEX triplet: 2A, E1 and 22. RGB value is (42,225,34). Sum of RGB (Red+Green+Blue) = 42+225+34=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 225 (88.28% from 255 or 74.75% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE122 is #D51EDD. Grayscale: #959595. Windows color (decimal): -13967070 or 2285866. OLE color: 2285866.

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

Color convert

RGB 42 225 34 -
CMYK 0.81 0 0.85 0.12
HSL 117.49º 0.76% 0.51% -
HSV(B) 117.49º 0.85% 0.88% -
XYZ 28.17 54.46 10.54 -
YUV 148.51 63.37 52.03 -
System Red Green Blue C M Y K H S L
Decimal 42 225 34 0.81 0 0.85 0.12 117.49 0.76 0.51
Hex 2A E1 22 51 0 55 C 75 4C 33
Octal 52 341 42 121 0 125 14 165 114 63
Binary 101010 11100001 100010 1010001 0 1010101 1100 1110101 1001100 110011

Color Harmonies of #2AE122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE122

Black with #2AE122

Text Example


Text Example

White with #2AE122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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