#1add34

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

Shades of Lime Green #1ADD34

Tints of Lime Green #1ADD34

Color information

#1ADD34 (or 0x1ADD34) is unknown color: approx Lime Green. HEX triplet: 1A, DD and 34. RGB value is (26,221,52). Sum of RGB (Red+Green+Blue) = 26+221+52=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD34 is #E522CB. Grayscale: #8F8F8F. Windows color (decimal): -15016652 or 3464474. OLE color: 3464474.

HSL color Cylindrical-coordinate representation of color #1ADD34: hue angle of 128º 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 #1ADD34 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB2622152-
CMYK0.8800.760.13
HSL128º78.95%48.43%-
HSV(B)128º88.24%86.67%-
XYZ26.952.1811.9-
YUV143.4376.444.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.70%
GREEN value IS 221 (86.72% from 255) = 73.91%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=8.70%
G=73.91%
B=17.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal26221520.8800.760.1312878.9548.43
Hex1ADD345804CD804f30
Octal323356413001141520011760
Binary11010110111011101001011000010011001101100000001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1add34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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