Shades of Lime Green #1ACF29
Tints of Lime Green #1ACF29
RGB
CMYK
RGB Variations
Color information
#1ACF29 (or 0x1ACF29) is known color: Lime Green. HEX triplet: 1A, CF and 29. RGB value is (26,207,41). Sum of RGB (Red+Green+Blue) = 26+207+41=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF29 is #E530D6. Grayscale: #868686. Windows color (decimal): -15020247 or 2739994. OLE color: 2739994.
HSL color Cylindrical-coordinate representation of color #1ACF29: hue angle of 124.97º 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 #1ACF29 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 41 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.19 |
| HSL | 124.97º | 0.78% | 0.46% | - |
| HSV(B) | 124.97º | 0.87% | 0.81% | - |
| XYZ | 23.14 | 45.01 | 9.57 | - |
| YUV | 133.96 | 75.53 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 41 | 0.87 | 0 | 0.80 | 0.19 | 124.97 | 0.78 | 0.46 |
| Hex | 1A | CF | 29 | 57 | 0 | 50 | 13 | 7D | 4E | 2E |
| Octal | 32 | 317 | 51 | 127 | 0 | 120 | 23 | 175 | 116 | 56 |
| Binary | 11010 | 11001111 | 101001 | 1010111 | 0 | 1010000 | 10011 | 1111101 | 1001110 | 101110 |
Color Harmonies of #1ACF29
Complementary color
Monochromatic Colors of #1ACF29
Black with #1ACF29
Text Example
Text Example
White with #1ACF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF29; }
p { color: rgb(26,207,41); }
H1.HeaderClassName
{
color: #1ACF29;
}
.AnyTagClassName
{
color: #1ACF29;
}
</style>
background-color css
<style>
a { background-color: #1ACF29; }
a { background-color: rgb(26,207,41); }
div.DivClassName
{
background-color: #1ACF29;
}
.BgClassName
{
background-color: #1ACF29;
}
</style>
border-color css
<style>
span { border-color: #1ACF29; }
span { border-color: rgb(26,207,41); }
td.TdClassName
{
border-color: #1ACF29;
}
.TagClassName
{
border-color: #1ACF29;
}
</style>