#2AD149

Color #2AD149 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2AD149

Tints of Lime Green #2AD149

Color information

#2AD149 (or 0x2AD149) is unknown color: approx Lime Green. HEX triplet: 2A, D1 and 49. RGB value is (42,209,73). Sum of RGB (Red+Green+Blue) = 42+209+73=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD149 is #D52EB6. Grayscale: #8F8F8F. Windows color (decimal): -13971127 or 4837674. OLE color: 4837674.

HSL color Cylindrical-coordinate representation of color #2AD149: hue angle of 131.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD149 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB4220973-
CMYK0.8000.650.18
HSL131.14º66.53%49.22%-
HSV(B)131.14º79.9%81.96%-
XYZ24.9646.5713.98-
YUV143.5688.1755.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 209 (82.03% from 255) = 64.51%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=12.96%
G=64.51%
B=22.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42209730.8000.650.18131.1466.5349.22
Hex2AD1495004112834331
Octal5232111112001012220310361
Binary10101011010001100100110100000100000110010100000111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,209,73); }

 H1.HeaderClassName
 {
   color: #2AD149;
 }
 .AnyTagClassName
 {
   color: #2AD149;
 }
</style>
background-color css

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

 a { background-color: rgb(42,209,73); }

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

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

 span { border-color: rgb(42,209,73); }

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