Shades of Lime Green #2ACB13
Tints of Lime Green #2ACB13
RGB
CMYK
RGB Variations
Color information
#2ACB13 (or 0x2ACB13) is known color: Lime Green. HEX triplet: 2A, CB and 13. RGB value is (42,203,19). Sum of RGB (Red+Green+Blue) = 42+203+19=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACB13 is #D534EC. Grayscale: #868686. Windows color (decimal): -13972717 or 1297194. OLE color: 1297194.
HSL color Cylindrical-coordinate representation of color #2ACB13: hue angle of 112.5º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ACB13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.20 |
| HSL | 112.5º | 0.83% | 0.44% | - |
| HSV(B) | 112.5º | 0.91% | 0.8% | - |
| XYZ | 22.43 | 43.25 | 7.78 | - |
| YUV | 133.89 | 63.16 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 19 | 0.79 | 0 | 0.91 | 0.20 | 112.5 | 0.83 | 0.44 |
| Hex | 2A | CB | 13 | 4F | 0 | 5B | 14 | 70 | 53 | 2C |
| Octal | 52 | 313 | 23 | 117 | 0 | 133 | 24 | 160 | 123 | 54 |
| Binary | 101010 | 11001011 | 10011 | 1001111 | 0 | 1011011 | 10100 | 1110000 | 1010011 | 101100 |
Color Harmonies of #2ACB13
Complementary color
Monochromatic Colors of #2ACB13
Black with #2ACB13
Text Example
Text Example
White with #2ACB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB13; }
p { color: rgb(42,203,19); }
H1.HeaderClassName
{
color: #2ACB13;
}
.AnyTagClassName
{
color: #2ACB13;
}
</style>
background-color css
<style>
a { background-color: #2ACB13; }
a { background-color: rgb(42,203,19); }
div.DivClassName
{
background-color: #2ACB13;
}
.BgClassName
{
background-color: #2ACB13;
}
</style>
border-color css
<style>
span { border-color: #2ACB13; }
span { border-color: rgb(42,203,19); }
td.TdClassName
{
border-color: #2ACB13;
}
.TagClassName
{
border-color: #2ACB13;
}
</style>