Shades of Lime Green #2ACF28
Tints of Lime Green #2ACF28
RGB
CMYK
RGB Variations
Color information
#2ACF28 (or 0x2ACF28) is known color: Lime Green. HEX triplet: 2A, CF and 28. RGB value is (42,207,40). Sum of RGB (Red+Green+Blue) = 42+207+40=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 207 (81.25% from 255 or 71.63% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACF28 is #D530D7. Grayscale: #8B8B8B. Windows color (decimal): -13971672 or 2674474. OLE color: 2674474.
HSL color Cylindrical-coordinate representation of color #2ACF28: hue angle of 119.28º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACF28 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 40 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.19 |
| HSL | 119.28º | 0.68% | 0.48% | - |
| HSV(B) | 119.28º | 0.81% | 0.81% | - |
| XYZ | 23.65 | 45.27 | 9.5 | - |
| YUV | 138.63 | 72.34 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 40 | 0.80 | 0 | 0.81 | 0.19 | 119.28 | 0.68 | 0.48 |
| Hex | 2A | CF | 28 | 50 | 0 | 51 | 13 | 77 | 44 | 30 |
| Octal | 52 | 317 | 50 | 120 | 0 | 121 | 23 | 167 | 104 | 60 |
| Binary | 101010 | 11001111 | 101000 | 1010000 | 0 | 1010001 | 10011 | 1110111 | 1000100 | 110000 |
Color Harmonies of #2ACF28
Complementary color
Monochromatic Colors of #2ACF28
Black with #2ACF28
Text Example
Text Example
White with #2ACF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF28; }
p { color: rgb(42,207,40); }
H1.HeaderClassName
{
color: #2ACF28;
}
.AnyTagClassName
{
color: #2ACF28;
}
</style>
background-color css
<style>
a { background-color: #2ACF28; }
a { background-color: rgb(42,207,40); }
div.DivClassName
{
background-color: #2ACF28;
}
.BgClassName
{
background-color: #2ACF28;
}
</style>
border-color css
<style>
span { border-color: #2ACF28; }
span { border-color: rgb(42,207,40); }
td.TdClassName
{
border-color: #2ACF28;
}
.TagClassName
{
border-color: #2ACF28;
}
</style>