#2AD04A

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

Shades of Lime Green #2AD04A

Tints of Lime Green #2AD04A

Color information

#2AD04A (or 0x2AD04A) is unknown color: approx Lime Green. HEX triplet: 2A, D0 and 4A. RGB value is (42,208,74). Sum of RGB (Red+Green+Blue) = 42+208+74=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD04A is #D52FB5. Grayscale: #8F8F8F. Windows color (decimal): -13971382 or 4902954. OLE color: 4902954.

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

Color convert

RGB4220874-
CMYK0.8000.640.18
HSL131.57º66.4%49.02%-
HSV(B)131.57º79.81%81.57%-
XYZ24.7546.114.07-
YUV143.098955.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 208 (81.64% from 255) = 64.20%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=12.96%
G=64.20%
B=22.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42208740.8000.640.18131.5766.449.02
Hex2AD04A5004012844231
Octal5232011212001002220410261
Binary10101011010000100101010100000100000010010100001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,208,74); }

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

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

 a { background-color: rgb(42,208,74); }

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

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

 span { border-color: rgb(42,208,74); }

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