#2ADC19

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

Shades of Lime Green #2ADC19

Tints of Lime Green #2ADC19

Color information

#2ADC19 (or 0x2ADC19) is unknown color: approx Lime Green. HEX triplet: 2A, DC and 19. RGB value is (42,220,25). Sum of RGB (Red+Green+Blue) = 42+220+25=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADC19 is #D523E6. Grayscale: #919191. Windows color (decimal): -13968359 or 1694762. OLE color: 1694762.

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

Color convert

RGB4222025-
CMYK0.8100.890.14
HSL114.77º79.59%48.04%-
HSV(B)114.77º88.64%86.27%-
XYZ26.7251.759.5-
YUV144.5560.5354.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 220 (86.33% from 255) = 76.66%
BLUE value IS 25 (10.16% from 255) = 8.71%
R=14.63%
G=76.66%
B=8.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal42220250.8100.890.14114.7779.5948.04
Hex2ADC1951059E735030
Octal523343112101311616312060
Binary1010101101110011001101000101011001111011100111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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