Shades of Lime Green #3ACF33
Tints of Lime Green #3ACF33
RGB
CMYK
RGB Variations
Color information
#3ACF33 (or 0x3ACF33) is known color: Lime Green. HEX triplet: 3A, CF and 33. RGB value is (58,207,51). Sum of RGB (Red+Green+Blue) = 58+207+51=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF33 is #C530CC. Grayscale: #919191. Windows color (decimal): -12923085 or 3395386. OLE color: 3395386.
HSL color Cylindrical-coordinate representation of color #3ACF33: hue angle of 117.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACF33 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 51 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.19 |
| HSL | 117.31º | 0.62% | 0.51% | - |
| HSV(B) | 117.31º | 0.75% | 0.81% | - |
| XYZ | 24.66 | 45.76 | 10.67 | - |
| YUV | 144.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 51 | 0.72 | 0 | 0.75 | 0.19 | 117.31 | 0.62 | 0.51 |
| Hex | 3A | CF | 33 | 48 | 0 | 4B | 13 | 75 | 3E | 33 |
| Octal | 72 | 317 | 63 | 110 | 0 | 113 | 23 | 165 | 76 | 63 |
| Binary | 111010 | 11001111 | 110011 | 1001000 | 0 | 1001011 | 10011 | 1110101 | 111110 | 110011 |
Color Harmonies of #3ACF33
Complementary color
Monochromatic Colors of #3ACF33
Black with #3ACF33
Text Example
Text Example
White with #3ACF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF33; }
p { color: rgb(58,207,51); }
H1.HeaderClassName
{
color: #3ACF33;
}
.AnyTagClassName
{
color: #3ACF33;
}
</style>
background-color css
<style>
a { background-color: #3ACF33; }
a { background-color: rgb(58,207,51); }
div.DivClassName
{
background-color: #3ACF33;
}
.BgClassName
{
background-color: #3ACF33;
}
</style>
border-color css
<style>
span { border-color: #3ACF33; }
span { border-color: rgb(58,207,51); }
td.TdClassName
{
border-color: #3ACF33;
}
.TagClassName
{
border-color: #3ACF33;
}
</style>