Html Css Color HEX #2AE822 Lime Green

📋 copy color: '#2AE822'

red 42 ◦ green 232 ◦ blue 34

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

Shades of Lime Green #2AE822

Tints of Lime Green #2AE822

RGB

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

 GREEN value IS 232 (91.02% from 255) = 75.32%

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

R = 13.64%
G = 75.32%
B = 11.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2AE822 (or 0x2AE822) is known color: Lime Green. HEX triplet: 2A, E8 and 22. RGB value is (42,232,34). Sum of RGB (Red+Green+Blue) = 42+232+34=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 232 (91.02% from 255 or 75.32% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE822 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE822 is #D517DD. Grayscale: #999999. Windows color (decimal): -13965278 or 2287658. OLE color: 2287658.

HSL color Cylindrical-coordinate representation of color #2AE822: hue angle of 117.58º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AE822 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 232 34 -
CMYK 0.82 0 0.85 0.09
HSL 117.58º 0.81% 0.52% -
HSV(B) 117.58º 0.85% 0.91% -
XYZ 30.1 58.32 11.18 -
YUV 152.62 61.05 49.1 -
System Red Green Blue C M Y K H S L
Decimal 42 232 34 0.82 0 0.85 0.09 117.58 0.81 0.52
Hex 2A E8 22 52 0 55 9 76 51 34
Octal 52 350 42 122 0 125 11 166 121 64
Binary 101010 11101000 100010 1010010 0 1010101 1001 1110110 1010001 110100

Color Harmonies of #2AE822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE822

Black with #2AE822

Text Example


Text Example

White with #2AE822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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