#2ADD3C

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

Shades of Lime Green #2ADD3C

Tints of Lime Green #2ADD3C

Color information

#2ADD3C (or 0x2ADD3C) is unknown color: approx Lime Green. HEX triplet: 2A, DD and 3C. RGB value is (42,221,60). Sum of RGB (Red+Green+Blue) = 42+221+60=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD3C is #D522C3. Grayscale: #959595. Windows color (decimal): -13968068 or 3988778. OLE color: 3988778.

HSL color Cylindrical-coordinate representation of color #2ADD3C: hue angle of 126.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD3C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB4222160-
CMYK0.8100.730.13
HSL126.03º72.47%51.57%-
HSV(B)126.03º81%86.67%-
XYZ27.6352.5312.96-
YUV149.1277.751.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 221 (86.72% from 255) = 68.42%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=13.00%
G=68.42%
B=18.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42221600.8100.730.13126.0372.4751.57
Hex2ADD3C51049D7e4834
Octal523357412101111517611064
Binary10101011011101111100101000101001001110111111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,221,60); }

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

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

 a { background-color: rgb(42,221,60); }

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

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

 span { border-color: rgb(42,221,60); }

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