Shades of Lime Green #3ACC30
Tints of Lime Green #3ACC30
RGB
CMYK
RGB Variations
Color information
#3ACC30 (or 0x3ACC30) is known color: Lime Green. HEX triplet: 3A, CC and 30. RGB value is (58,204,48). Sum of RGB (Red+Green+Blue) = 58+204+48=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC30 is #C533CF. Grayscale: #8F8F8F. Windows color (decimal): -12923856 or 3198010. OLE color: 3198010.
HSL color Cylindrical-coordinate representation of color #3ACC30: hue angle of 116.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACC30 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 48 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.2 |
| HSL | 116.15º | 0.62% | 0.49% | - |
| HSV(B) | 116.15º | 0.76% | 0.8% | - |
| XYZ | 23.87 | 44.3 | 10.09 | - |
| YUV | 142.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 48 | 0.72 | 0 | 0.76 | 0.2 | 116.15 | 0.62 | 0.49 |
| Hex | 3A | CC | 30 | 48 | 0 | 4C | 14 | 74 | 3E | 31 |
| Octal | 72 | 314 | 60 | 110 | 0 | 114 | 24 | 164 | 76 | 61 |
| Binary | 111010 | 11001100 | 110000 | 1001000 | 0 | 1001100 | 10100 | 1110100 | 111110 | 110001 |
Color Harmonies of #3ACC30
Complementary color
Monochromatic Colors of #3ACC30
Black with #3ACC30
Text Example
Text Example
White with #3ACC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC30; }
p { color: rgb(58,204,48); }
H1.HeaderClassName
{
color: #3ACC30;
}
.AnyTagClassName
{
color: #3ACC30;
}
</style>
background-color css
<style>
a { background-color: #3ACC30; }
a { background-color: rgb(58,204,48); }
div.DivClassName
{
background-color: #3ACC30;
}
.BgClassName
{
background-color: #3ACC30;
}
</style>
border-color css
<style>
span { border-color: #3ACC30; }
span { border-color: rgb(58,204,48); }
td.TdClassName
{
border-color: #3ACC30;
}
.TagClassName
{
border-color: #3ACC30;
}
</style>