#2AD144

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

Shades of Lime Green #2AD144

Tints of Lime Green #2AD144

Color information

#2AD144 (or 0x2AD144) is unknown color: approx Lime Green. HEX triplet: 2A, D1 and 44. RGB value is (42,209,68). Sum of RGB (Red+Green+Blue) = 42+209+68=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD144 is #D52EBB. Grayscale: #8F8F8F. Windows color (decimal): -13971132 or 4509994. OLE color: 4509994.

HSL color Cylindrical-coordinate representation of color #2AD144: hue angle of 129.34º 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 #2AD144 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB4220968-
CMYK0.8000.670.18
HSL129.34º66.53%49.22%-
HSV(B)129.34º79.9%81.96%-
XYZ24.846.5113.14-
YUV142.9985.6755.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 209 (82.03% from 255) = 65.52%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=13.17%
G=65.52%
B=21.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42209680.8000.670.18129.3466.5349.22
Hex2AD1445004312814331
Octal5232110412001032220110361
Binary10101011010001100010010100000100001110010100000011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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