Shades of Lime Green #2ACF33
Tints of Lime Green #2ACF33
RGB
CMYK
RGB Variations
Color information
#2ACF33 (or 0x2ACF33) is known color: Lime Green. HEX triplet: 2A, CF and 33. RGB value is (42,207,51). Sum of RGB (Red+Green+Blue) = 42+207+51=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACF33 is #D530CC. Grayscale: #8C8C8C. Windows color (decimal): -13971661 or 3395370. OLE color: 3395370.
HSL color Cylindrical-coordinate representation of color #2ACF33: hue angle of 123.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACF33 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 51 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.19 |
| HSL | 123.27º | 0.66% | 0.49% | - |
| HSV(B) | 123.27º | 0.8% | 0.81% | - |
| XYZ | 23.87 | 45.36 | 10.63 | - |
| YUV | 139.88 | 77.84 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 51 | 0.80 | 0 | 0.75 | 0.19 | 123.27 | 0.66 | 0.49 |
| Hex | 2A | CF | 33 | 50 | 0 | 4B | 13 | 7B | 42 | 31 |
| Octal | 52 | 317 | 63 | 120 | 0 | 113 | 23 | 173 | 102 | 61 |
| Binary | 101010 | 11001111 | 110011 | 1010000 | 0 | 1001011 | 10011 | 1111011 | 1000010 | 110001 |
Color Harmonies of #2ACF33
Complementary color
Monochromatic Colors of #2ACF33
Black with #2ACF33
Text Example
Text Example
White with #2ACF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF33; }
p { color: rgb(42,207,51); }
H1.HeaderClassName
{
color: #2ACF33;
}
.AnyTagClassName
{
color: #2ACF33;
}
</style>
background-color css
<style>
a { background-color: #2ACF33; }
a { background-color: rgb(42,207,51); }
div.DivClassName
{
background-color: #2ACF33;
}
.BgClassName
{
background-color: #2ACF33;
}
</style>
border-color css
<style>
span { border-color: #2ACF33; }
span { border-color: rgb(42,207,51); }
td.TdClassName
{
border-color: #2ACF33;
}
.TagClassName
{
border-color: #2ACF33;
}
</style>