Html Css Color HEX #2AE22D Lime Green

📋 copy color: '#2AE22D'

red 42 ◦ green 226 ◦ blue 45

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

Shades of Lime Green #2AE22D

Tints of Lime Green #2AE22D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 72.2%

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 13.42%
G = 72.2%
B = 14.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#2AE22D (or 0x2AE22D) is known color: Lime Green. HEX triplet: 2A, E2 and 2D. RGB value is (42,226,45). Sum of RGB (Red+Green+Blue) = 42+226+45=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 226 (88.67% from 255 or 72.20% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE22D is #D51DD2. Grayscale: #969696. Windows color (decimal): -13966803 or 3007018. OLE color: 3007018.

HSL color Cylindrical-coordinate representation of color #2AE22D: hue angle of 120.98º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE22D is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 226 45 -
CMYK 0.81 0 0.80 0.11
HSL 120.98º 0.76% 0.53% -
HSV(B) 120.98º 0.81% 0.89% -
XYZ 28.62 55.07 11.6 -
YUV 150.35 68.54 50.72 -
System Red Green Blue C M Y K H S L
Decimal 42 226 45 0.81 0 0.80 0.11 120.98 0.76 0.53
Hex 2A E2 2D 51 0 50 B 79 4C 35
Octal 52 342 55 121 0 120 13 171 114 65
Binary 101010 11100010 101101 1010001 0 1010000 1011 1111001 1001100 110101

Color Harmonies of #2AE22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE22D

Black with #2AE22D

Text Example


Text Example

White with #2AE22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,226,45); }

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

background-color css

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

 a { background-color: rgb(42,226,45); }

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

border-color css

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

 span { border-color: rgb(42,226,45); }

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