Shades of Lime Green #3ACF4E
Tints of Lime Green #3ACF4E
RGB
CMYK
RGB Variations
Color information
#3ACF4E (or 0x3ACF4E) is known color: Lime Green. HEX triplet: 3A, CF and 4E. RGB value is (58,207,78). Sum of RGB (Red+Green+Blue) = 58+207+78=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACF4E is #C530B1. Grayscale: #949494. Windows color (decimal): -12923058 or 5164858. OLE color: 5164858.
HSL color Cylindrical-coordinate representation of color #3ACF4E: hue angle of 128.05º degrees, saturation: 0.61, 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 #3ACF4E is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 78 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.19 |
| HSL | 128.05º | 0.61% | 0.52% | - |
| HSV(B) | 128.05º | 0.72% | 0.81% | - |
| XYZ | 25.43 | 46.08 | 14.76 | - |
| YUV | 147.74 | 88.64 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 78 | 0.72 | 0 | 0.62 | 0.19 | 128.05 | 0.61 | 0.52 |
| Hex | 3A | CF | 4E | 48 | 0 | 3E | 13 | 80 | 3D | 34 |
| Octal | 72 | 317 | 116 | 110 | 0 | 76 | 23 | 200 | 75 | 64 |
| Binary | 111010 | 11001111 | 1001110 | 1001000 | 0 | 111110 | 10011 | 10000000 | 111101 | 110100 |
Color Harmonies of #3ACF4E
Complementary color
Monochromatic Colors of #3ACF4E
Black with #3ACF4E
Text Example
Text Example
White with #3ACF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF4E; }
p { color: rgb(58,207,78); }
H1.HeaderClassName
{
color: #3ACF4E;
}
.AnyTagClassName
{
color: #3ACF4E;
}
</style>
background-color css
<style>
a { background-color: #3ACF4E; }
a { background-color: rgb(58,207,78); }
div.DivClassName
{
background-color: #3ACF4E;
}
.BgClassName
{
background-color: #3ACF4E;
}
</style>
border-color css
<style>
span { border-color: #3ACF4E; }
span { border-color: rgb(58,207,78); }
td.TdClassName
{
border-color: #3ACF4E;
}
.TagClassName
{
border-color: #3ACF4E;
}
</style>