Shades of Lime Green #2ACB0D
Tints of Lime Green #2ACB0D
RGB
CMYK
RGB Variations
Color information
#2ACB0D (or 0x2ACB0D) is known color: Lime Green. HEX triplet: 2A, CB and 0D. RGB value is (42,203,13). Sum of RGB (Red+Green+Blue) = 42+203+13=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACB0D is #D534F2. Grayscale: #858585. Windows color (decimal): -13972723 or 903978. OLE color: 903978.
HSL color Cylindrical-coordinate representation of color #2ACB0D: hue angle of 110.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ACB0D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 13 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.20 |
| HSL | 110.84º | 0.88% | 0.42% | - |
| HSV(B) | 110.84º | 0.94% | 0.8% | - |
| XYZ | 22.38 | 43.23 | 7.55 | - |
| YUV | 133.2 | 60.16 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 13 | 0.79 | 0 | 0.94 | 0.20 | 110.84 | 0.88 | 0.42 |
| Hex | 2A | CB | D | 4F | 0 | 5E | 14 | 6F | 58 | 2A |
| Octal | 52 | 313 | 15 | 117 | 0 | 136 | 24 | 157 | 130 | 52 |
| Binary | 101010 | 11001011 | 1101 | 1001111 | 0 | 1011110 | 10100 | 1101111 | 1011000 | 101010 |
Color Harmonies of #2ACB0D
Complementary color
Monochromatic Colors of #2ACB0D
Black with #2ACB0D
Text Example
Text Example
White with #2ACB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB0D; }
p { color: rgb(42,203,13); }
H1.HeaderClassName
{
color: #2ACB0D;
}
.AnyTagClassName
{
color: #2ACB0D;
}
</style>
background-color css
<style>
a { background-color: #2ACB0D; }
a { background-color: rgb(42,203,13); }
div.DivClassName
{
background-color: #2ACB0D;
}
.BgClassName
{
background-color: #2ACB0D;
}
</style>
border-color css
<style>
span { border-color: #2ACB0D; }
span { border-color: rgb(42,203,13); }
td.TdClassName
{
border-color: #2ACB0D;
}
.TagClassName
{
border-color: #2ACB0D;
}
</style>