Shades of Lime Green #2ACB21
Tints of Lime Green #2ACB21
RGB
CMYK
RGB Variations
Color information
#2ACB21 (or 0x2ACB21) is known color: Lime Green. HEX triplet: 2A, CB and 21. RGB value is (42,203,33). Sum of RGB (Red+Green+Blue) = 42+203+33=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB21 is #D534DE. Grayscale: #888888. Windows color (decimal): -13972703 or 2214698. OLE color: 2214698.
HSL color Cylindrical-coordinate representation of color #2ACB21: hue angle of 116.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ACB21 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 33 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.20 |
| HSL | 116.82º | 0.72% | 0.46% | - |
| HSV(B) | 116.82º | 0.84% | 0.8% | - |
| XYZ | 22.59 | 43.31 | 8.61 | - |
| YUV | 135.48 | 70.16 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 33 | 0.79 | 0 | 0.84 | 0.20 | 116.82 | 0.72 | 0.46 |
| Hex | 2A | CB | 21 | 4F | 0 | 54 | 14 | 75 | 48 | 2E |
| Octal | 52 | 313 | 41 | 117 | 0 | 124 | 24 | 165 | 110 | 56 |
| Binary | 101010 | 11001011 | 100001 | 1001111 | 0 | 1010100 | 10100 | 1110101 | 1001000 | 101110 |
Color Harmonies of #2ACB21
Complementary color
Monochromatic Colors of #2ACB21
Black with #2ACB21
Text Example
Text Example
White with #2ACB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB21; }
p { color: rgb(42,203,33); }
H1.HeaderClassName
{
color: #2ACB21;
}
.AnyTagClassName
{
color: #2ACB21;
}
</style>
background-color css
<style>
a { background-color: #2ACB21; }
a { background-color: rgb(42,203,33); }
div.DivClassName
{
background-color: #2ACB21;
}
.BgClassName
{
background-color: #2ACB21;
}
</style>
border-color css
<style>
span { border-color: #2ACB21; }
span { border-color: rgb(42,203,33); }
td.TdClassName
{
border-color: #2ACB21;
}
.TagClassName
{
border-color: #2ACB21;
}
</style>