Shades of Lime Green #1ACF1C
Tints of Lime Green #1ACF1C
RGB
CMYK
RGB Variations
Color information
#1ACF1C (or 0x1ACF1C) is known color: Lime Green. HEX triplet: 1A, CF and 1C. RGB value is (26,207,28). Sum of RGB (Red+Green+Blue) = 26+207+28=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF1C is #E530E3. Grayscale: #858585. Windows color (decimal): -15020260 or 1888026. OLE color: 1888026.
HSL color Cylindrical-coordinate representation of color #1ACF1C: hue angle of 120.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 #1ACF1C is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 28 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.19 |
| HSL | 120.66º | 0.78% | 0.46% | - |
| HSV(B) | 120.66º | 0.87% | 0.81% | - |
| XYZ | 22.95 | 44.93 | 8.56 | - |
| YUV | 132.48 | 69.03 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 28 | 0.87 | 0 | 0.86 | 0.19 | 120.66 | 0.78 | 0.46 |
| Hex | 1A | CF | 1C | 57 | 0 | 56 | 13 | 79 | 4E | 2E |
| Octal | 32 | 317 | 34 | 127 | 0 | 126 | 23 | 171 | 116 | 56 |
| Binary | 11010 | 11001111 | 11100 | 1010111 | 0 | 1010110 | 10011 | 1111001 | 1001110 | 101110 |
Color Harmonies of #1ACF1C
Complementary color
Monochromatic Colors of #1ACF1C
Black with #1ACF1C
Text Example
Text Example
White with #1ACF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF1C; }
p { color: rgb(26,207,28); }
H1.HeaderClassName
{
color: #1ACF1C;
}
.AnyTagClassName
{
color: #1ACF1C;
}
</style>
background-color css
<style>
a { background-color: #1ACF1C; }
a { background-color: rgb(26,207,28); }
div.DivClassName
{
background-color: #1ACF1C;
}
.BgClassName
{
background-color: #1ACF1C;
}
</style>
border-color css
<style>
span { border-color: #1ACF1C; }
span { border-color: rgb(26,207,28); }
td.TdClassName
{
border-color: #1ACF1C;
}
.TagClassName
{
border-color: #1ACF1C;
}
</style>