Html Css Color HEX #2AE422 Lime Green

📋 copy color: '#2AE422'

red 42 ◦ green 228 ◦ blue 34

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

Shades of Lime Green #2AE422

Tints of Lime Green #2AE422

RGB

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

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

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

R = 13.82%
G = 75%
B = 11.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#2AE422 (or 0x2AE422) is known color: Lime Green. HEX triplet: 2A, E4 and 22. RGB value is (42,228,34). Sum of RGB (Red+Green+Blue) = 42+228+34=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE422 is #D51BDD. Grayscale: #969696. Windows color (decimal): -13966302 or 2286634. OLE color: 2286634.

HSL color Cylindrical-coordinate representation of color #2AE422: hue angle of 117.53º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AE422 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 228 34 -
CMYK 0.82 0 0.85 0.11
HSL 117.53º 0.78% 0.51% -
HSV(B) 117.53º 0.85% 0.89% -
XYZ 28.99 56.09 10.81 -
YUV 150.27 62.38 50.77 -
System Red Green Blue C M Y K H S L
Decimal 42 228 34 0.82 0 0.85 0.11 117.53 0.78 0.51
Hex 2A E4 22 52 0 55 B 76 4E 33
Octal 52 344 42 122 0 125 13 166 116 63
Binary 101010 11100100 100010 1010010 0 1010101 1011 1110110 1001110 110011

Color Harmonies of #2AE422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE422

Black with #2AE422

Text Example


Text Example

White with #2AE422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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