Shades of Lime Green #1ACF1F
Tints of Lime Green #1ACF1F
RGB
CMYK
RGB Variations
Color information
#1ACF1F (or 0x1ACF1F) is known color: Lime Green. HEX triplet: 1A, CF and 1F. RGB value is (26,207,31). Sum of RGB (Red+Green+Blue) = 26+207+31=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF1F is #E530E0. Grayscale: #858585. Windows color (decimal): -15020257 or 2084634. OLE color: 2084634.
HSL color Cylindrical-coordinate representation of color #1ACF1F: hue angle of 121.66º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF1F is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 31 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.19 |
| HSL | 121.66º | 0.78% | 0.46% | - |
| HSV(B) | 121.66º | 0.87% | 0.81% | - |
| XYZ | 22.99 | 44.94 | 8.76 | - |
| YUV | 132.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 31 | 0.87 | 0 | 0.85 | 0.19 | 121.66 | 0.78 | 0.46 |
| Hex | 1A | CF | 1F | 57 | 0 | 55 | 13 | 7A | 4E | 2E |
| Octal | 32 | 317 | 37 | 127 | 0 | 125 | 23 | 172 | 116 | 56 |
| Binary | 11010 | 11001111 | 11111 | 1010111 | 0 | 1010101 | 10011 | 1111010 | 1001110 | 101110 |
Color Harmonies of #1ACF1F
Complementary color
Monochromatic Colors of #1ACF1F
Black with #1ACF1F
Text Example
Text Example
White with #1ACF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF1F; }
p { color: rgb(26,207,31); }
H1.HeaderClassName
{
color: #1ACF1F;
}
.AnyTagClassName
{
color: #1ACF1F;
}
</style>
background-color css
<style>
a { background-color: #1ACF1F; }
a { background-color: rgb(26,207,31); }
div.DivClassName
{
background-color: #1ACF1F;
}
.BgClassName
{
background-color: #1ACF1F;
}
</style>
border-color css
<style>
span { border-color: #1ACF1F; }
span { border-color: rgb(26,207,31); }
td.TdClassName
{
border-color: #1ACF1F;
}
.TagClassName
{
border-color: #1ACF1F;
}
</style>