#1AD11F

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

Shades of Lime Green #1AD11F

Tints of Lime Green #1AD11F

Color information

#1AD11F (or 0x1AD11F) is unknown color: approx Lime Green. HEX triplet: 1A, D1 and 1F. RGB value is (26,209,31). Sum of RGB (Red+Green+Blue) = 26+209+31=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 209 (82.03% from 255 or 78.57% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD11F is #E52EE0. Grayscale: #868686. Windows color (decimal): -15019745 or 2085146. OLE color: 2085146.

HSL color Cylindrical-coordinate representation of color #1AD11F: hue angle of 121.64º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD11F is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2620931-
CMYK0.8800.850.18
HSL121.64º77.87%46.08%-
HSV(B)121.64º87.56%81.96%-
XYZ23.4745.928.92-
YUV133.9969.8750.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 209 (82.03% from 255) = 78.57%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=9.77%
G=78.57%
B=11.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26209310.8800.850.18121.6477.8746.08
Hex1AD11F58055127a4e2e
Octal323213713001252217211656
Binary1101011010001111111011000010101011001011110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,209,31); }

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

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

 a { background-color: rgb(26,209,31); }

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

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

 span { border-color: rgb(26,209,31); }

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