#1AC61F

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

Shades of Lime Green #1AC61F

Tints of Lime Green #1AC61F

Color information

#1AC61F (or 0x1AC61F) is unknown color: approx Lime Green. HEX triplet: 1A, C6 and 1F. RGB value is (26,198,31). Sum of RGB (Red+Green+Blue) = 26+198+31=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC61F is #E539E0. Grayscale: #808080. Windows color (decimal): -15022561 or 2082330. OLE color: 2082330.

HSL color Cylindrical-coordinate representation of color #1AC61F: hue angle of 121.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC61F is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2619831-
CMYK0.8700.840.22
HSL121.74º76.79%43.92%-
HSV(B)121.74º86.87%77.65%-
XYZ20.8740.718.05-
YUV127.5373.5255.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 198 (77.73% from 255) = 77.65%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=10.20%
G=77.65%
B=12.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal26198310.8700.840.22121.7476.7943.92
Hex1AC61F57054167a4d2c
Octal323063712701242617211554
Binary1101011000110111111010111010101001011011110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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