Shades of Lime Green #3ACF30
Tints of Lime Green #3ACF30
RGB
CMYK
RGB Variations
Color information
#3ACF30 (or 0x3ACF30) is known color: Lime Green. HEX triplet: 3A, CF and 30. RGB value is (58,207,48). Sum of RGB (Red+Green+Blue) = 58+207+48=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF30 is #C530CF. Grayscale: #909090. Windows color (decimal): -12923088 or 3198778. OLE color: 3198778.
HSL color Cylindrical-coordinate representation of color #3ACF30: hue angle of 116.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACF30 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 48 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.19 |
| HSL | 116.23º | 0.62% | 0.5% | - |
| HSV(B) | 116.23º | 0.77% | 0.81% | - |
| XYZ | 24.59 | 45.74 | 10.33 | - |
| YUV | 144.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 48 | 0.72 | 0 | 0.77 | 0.19 | 116.23 | 0.62 | 0.5 |
| Hex | 3A | CF | 30 | 48 | 0 | 4D | 13 | 74 | 3E | 32 |
| Octal | 72 | 317 | 60 | 110 | 0 | 115 | 23 | 164 | 76 | 62 |
| Binary | 111010 | 11001111 | 110000 | 1001000 | 0 | 1001101 | 10011 | 1110100 | 111110 | 110010 |
Color Harmonies of #3ACF30
Complementary color
Monochromatic Colors of #3ACF30
Black with #3ACF30
Text Example
Text Example
White with #3ACF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF30; }
p { color: rgb(58,207,48); }
H1.HeaderClassName
{
color: #3ACF30;
}
.AnyTagClassName
{
color: #3ACF30;
}
</style>
background-color css
<style>
a { background-color: #3ACF30; }
a { background-color: rgb(58,207,48); }
div.DivClassName
{
background-color: #3ACF30;
}
.BgClassName
{
background-color: #3ACF30;
}
</style>
border-color css
<style>
span { border-color: #3ACF30; }
span { border-color: rgb(58,207,48); }
td.TdClassName
{
border-color: #3ACF30;
}
.TagClassName
{
border-color: #3ACF30;
}
</style>