Shades of Lime Green #2ACB24
Tints of Lime Green #2ACB24
RGB
CMYK
RGB Variations
Color information
#2ACB24 (or 0x2ACB24) is known color: Lime Green. HEX triplet: 2A, CB and 24. RGB value is (42,203,36). Sum of RGB (Red+Green+Blue) = 42+203+36=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB24 is #D534DB. Grayscale: #888888. Windows color (decimal): -13972700 or 2411306. OLE color: 2411306.
HSL color Cylindrical-coordinate representation of color #2ACB24: hue angle of 117.84º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACB24 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 36 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.20 |
| HSL | 117.84º | 0.7% | 0.47% | - |
| HSV(B) | 117.84º | 0.82% | 0.8% | - |
| XYZ | 22.63 | 43.33 | 8.84 | - |
| YUV | 135.82 | 71.66 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 36 | 0.79 | 0 | 0.82 | 0.20 | 117.84 | 0.7 | 0.47 |
| Hex | 2A | CB | 24 | 4F | 0 | 52 | 14 | 76 | 46 | 2F |
| Octal | 52 | 313 | 44 | 117 | 0 | 122 | 24 | 166 | 106 | 57 |
| Binary | 101010 | 11001011 | 100100 | 1001111 | 0 | 1010010 | 10100 | 1110110 | 1000110 | 101111 |
Color Harmonies of #2ACB24
Complementary color
Monochromatic Colors of #2ACB24
Black with #2ACB24
Text Example
Text Example
White with #2ACB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB24; }
p { color: rgb(42,203,36); }
H1.HeaderClassName
{
color: #2ACB24;
}
.AnyTagClassName
{
color: #2ACB24;
}
</style>
background-color css
<style>
a { background-color: #2ACB24; }
a { background-color: rgb(42,203,36); }
div.DivClassName
{
background-color: #2ACB24;
}
.BgClassName
{
background-color: #2ACB24;
}
</style>
border-color css
<style>
span { border-color: #2ACB24; }
span { border-color: rgb(42,203,36); }
td.TdClassName
{
border-color: #2ACB24;
}
.TagClassName
{
border-color: #2ACB24;
}
</style>