#2ADC49

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

Shades of Lime Green #2ADC49

Tints of Lime Green #2ADC49

Color information

#2ADC49 (or 0x2ADC49) is unknown color: approx Lime Green. HEX triplet: 2A, DC and 49. RGB value is (42,220,73). Sum of RGB (Red+Green+Blue) = 42+220+73=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC49 is #D523B6. Grayscale: #969696. Windows color (decimal): -13968311 or 4840490. OLE color: 4840490.

HSL color Cylindrical-coordinate representation of color #2ADC49: hue angle of 130.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC49 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB4222073-
CMYK0.8100.670.14
HSL130.45º71.77%51.37%-
HSV(B)130.45º80.91%86.27%-
XYZ27.7552.1614.91-
YUV150.0284.5350.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 220 (86.33% from 255) = 65.67%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=12.54%
G=65.67%
B=21.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal42220730.8100.670.14130.4571.7751.37
Hex2ADC4951043E824833
Octal5233411112101031620211063
Binary1010101101110010010011010001010000111110100000101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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