Shades of Lime Green #2ACB38
Tints of Lime Green #2ACB38
RGB
CMYK
RGB Variations
Color information
#2ACB38 (or 0x2ACB38) is known color: Lime Green. HEX triplet: 2A, CB and 38. RGB value is (42,203,56). Sum of RGB (Red+Green+Blue) = 42+203+56=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB38 is #D534C7. Grayscale: #8A8A8A. Windows color (decimal): -13972680 or 3722026. OLE color: 3722026.
HSL color Cylindrical-coordinate representation of color #2ACB38: hue angle of 125.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB38 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 56 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.20 |
| HSL | 125.22º | 0.66% | 0.48% | - |
| HSV(B) | 125.22º | 0.79% | 0.8% | - |
| XYZ | 23.02 | 43.49 | 10.92 | - |
| YUV | 138.1 | 81.66 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 56 | 0.79 | 0 | 0.72 | 0.20 | 125.22 | 0.66 | 0.48 |
| Hex | 2A | CB | 38 | 4F | 0 | 48 | 14 | 7D | 42 | 30 |
| Octal | 52 | 313 | 70 | 117 | 0 | 110 | 24 | 175 | 102 | 60 |
| Binary | 101010 | 11001011 | 111000 | 1001111 | 0 | 1001000 | 10100 | 1111101 | 1000010 | 110000 |
Color Harmonies of #2ACB38
Complementary color
Monochromatic Colors of #2ACB38
Black with #2ACB38
Text Example
Text Example
White with #2ACB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB38; }
p { color: rgb(42,203,56); }
H1.HeaderClassName
{
color: #2ACB38;
}
.AnyTagClassName
{
color: #2ACB38;
}
</style>
background-color css
<style>
a { background-color: #2ACB38; }
a { background-color: rgb(42,203,56); }
div.DivClassName
{
background-color: #2ACB38;
}
.BgClassName
{
background-color: #2ACB38;
}
</style>
border-color css
<style>
span { border-color: #2ACB38; }
span { border-color: rgb(42,203,56); }
td.TdClassName
{
border-color: #2ACB38;
}
.TagClassName
{
border-color: #2ACB38;
}
</style>