Shades of Lime Green #1ACF2B
Tints of Lime Green #1ACF2B
RGB
CMYK
RGB Variations
Color information
#1ACF2B (or 0x1ACF2B) is known color: Lime Green. HEX triplet: 1A, CF and 2B. RGB value is (26,207,43). Sum of RGB (Red+Green+Blue) = 26+207+43=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF2B is #E530D4. Grayscale: #868686. Windows color (decimal): -15020245 or 2871066. OLE color: 2871066.
HSL color Cylindrical-coordinate representation of color #1ACF2B: hue angle of 125.64º 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 #1ACF2B is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 43 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.19 |
| HSL | 125.64º | 0.78% | 0.46% | - |
| HSV(B) | 125.64º | 0.87% | 0.81% | - |
| XYZ | 23.17 | 45.02 | 9.75 | - |
| YUV | 134.19 | 76.53 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 43 | 0.87 | 0 | 0.79 | 0.19 | 125.64 | 0.78 | 0.46 |
| Hex | 1A | CF | 2B | 57 | 0 | 4F | 13 | 7E | 4E | 2E |
| Octal | 32 | 317 | 53 | 127 | 0 | 117 | 23 | 176 | 116 | 56 |
| Binary | 11010 | 11001111 | 101011 | 1010111 | 0 | 1001111 | 10011 | 1111110 | 1001110 | 101110 |
Color Harmonies of #1ACF2B
Complementary color
Monochromatic Colors of #1ACF2B
Black with #1ACF2B
Text Example
Text Example
White with #1ACF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF2B; }
p { color: rgb(26,207,43); }
H1.HeaderClassName
{
color: #1ACF2B;
}
.AnyTagClassName
{
color: #1ACF2B;
}
</style>
background-color css
<style>
a { background-color: #1ACF2B; }
a { background-color: rgb(26,207,43); }
div.DivClassName
{
background-color: #1ACF2B;
}
.BgClassName
{
background-color: #1ACF2B;
}
</style>
border-color css
<style>
span { border-color: #1ACF2B; }
span { border-color: rgb(26,207,43); }
td.TdClassName
{
border-color: #1ACF2B;
}
.TagClassName
{
border-color: #1ACF2B;
}
</style>