#1ADD2F

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

Shades of Lime Green #1ADD2F

Tints of Lime Green #1ADD2F

Color information

#1ADD2F (or 0x1ADD2F) is unknown color: approx Lime Green. HEX triplet: 1A, DD and 2F. RGB value is (26,221,47). Sum of RGB (Red+Green+Blue) = 26+221+47=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD2F is #E522D0. Grayscale: #8F8F8F. Windows color (decimal): -15016657 or 3136794. OLE color: 3136794.

HSL color Cylindrical-coordinate representation of color #1ADD2F: hue angle of 126.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD2F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2622147-
CMYK0.8800.790.13
HSL126.46º78.95%48.43%-
HSV(B)126.46º88.24%86.67%-
XYZ26.852.1411.34-
YUV142.8673.944.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.84%
GREEN value IS 221 (86.72% from 255) = 75.17%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=8.84%
G=75.17%
B=15.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal26221470.8800.790.13126.4678.9548.43
Hex1ADD2F5804FD7e4f30
Octal323355713001171517611760
Binary1101011011101101111101100001001111110111111101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ADD2F; }

 p { color: rgb(26,221,47); }

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

<style>
 a { background-color: #1ADD2F; }

 a { background-color: rgb(26,221,47); }

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

<style>
 span { border-color: #1ADD2F; }

 span { border-color: rgb(26,221,47); }

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