Shades of Lime Green #3ACE41
Tints of Lime Green #3ACE41
RGB
CMYK
RGB Variations
Color information
#3ACE41 (or 0x3ACE41) is known color: Lime Green. HEX triplet: 3A, CE and 41. RGB value is (58,206,65). Sum of RGB (Red+Green+Blue) = 58+206+65=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE41 is #C531BE. Grayscale: #929292. Windows color (decimal): -12923327 or 4312634. OLE color: 4312634.
HSL color Cylindrical-coordinate representation of color #3ACE41: hue angle of 122.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE41 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 65 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.19 |
| HSL | 122.84º | 0.6% | 0.52% | - |
| HSV(B) | 122.84º | 0.72% | 0.81% | - |
| XYZ | 24.77 | 45.42 | 12.46 | - |
| YUV | 145.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 65 | 0.72 | 0 | 0.68 | 0.19 | 122.84 | 0.6 | 0.52 |
| Hex | 3A | CE | 41 | 48 | 0 | 44 | 13 | 7B | 3C | 34 |
| Octal | 72 | 316 | 101 | 110 | 0 | 104 | 23 | 173 | 74 | 64 |
| Binary | 111010 | 11001110 | 1000001 | 1001000 | 0 | 1000100 | 10011 | 1111011 | 111100 | 110100 |
Color Harmonies of #3ACE41
Complementary color
Monochromatic Colors of #3ACE41
Black with #3ACE41
Text Example
Text Example
White with #3ACE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE41; }
p { color: rgb(58,206,65); }
H1.HeaderClassName
{
color: #3ACE41;
}
.AnyTagClassName
{
color: #3ACE41;
}
</style>
background-color css
<style>
a { background-color: #3ACE41; }
a { background-color: rgb(58,206,65); }
div.DivClassName
{
background-color: #3ACE41;
}
.BgClassName
{
background-color: #3ACE41;
}
</style>
border-color css
<style>
span { border-color: #3ACE41; }
span { border-color: rgb(58,206,65); }
td.TdClassName
{
border-color: #3ACE41;
}
.TagClassName
{
border-color: #3ACE41;
}
</style>