Shades of Lime Green #3ACF2E
Tints of Lime Green #3ACF2E
RGB
CMYK
RGB Variations
Color information
#3ACF2E (or 0x3ACF2E) is known color: Lime Green. HEX triplet: 3A, CF and 2E. RGB value is (58,207,46). Sum of RGB (Red+Green+Blue) = 58+207+46=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF2E is #C530D1. Grayscale: #909090. Windows color (decimal): -12923090 or 3067706. OLE color: 3067706.
HSL color Cylindrical-coordinate representation of color #3ACF2E: hue angle of 115.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ACF2E is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 46 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.19 |
| HSL | 115.53º | 0.64% | 0.5% | - |
| HSV(B) | 115.53º | 0.78% | 0.81% | - |
| XYZ | 24.55 | 45.72 | 10.12 | - |
| YUV | 144.1 | 72.64 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 46 | 0.72 | 0 | 0.78 | 0.19 | 115.53 | 0.64 | 0.5 |
| Hex | 3A | CF | 2E | 48 | 0 | 4E | 13 | 74 | 40 | 32 |
| Octal | 72 | 317 | 56 | 110 | 0 | 116 | 23 | 164 | 100 | 62 |
| Binary | 111010 | 11001111 | 101110 | 1001000 | 0 | 1001110 | 10011 | 1110100 | 1000000 | 110010 |
Color Harmonies of #3ACF2E
Complementary color
Monochromatic Colors of #3ACF2E
Black with #3ACF2E
Text Example
Text Example
White with #3ACF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF2E; }
p { color: rgb(58,207,46); }
H1.HeaderClassName
{
color: #3ACF2E;
}
.AnyTagClassName
{
color: #3ACF2E;
}
</style>
background-color css
<style>
a { background-color: #3ACF2E; }
a { background-color: rgb(58,207,46); }
div.DivClassName
{
background-color: #3ACF2E;
}
.BgClassName
{
background-color: #3ACF2E;
}
</style>
border-color css
<style>
span { border-color: #3ACF2E; }
span { border-color: rgb(58,207,46); }
td.TdClassName
{
border-color: #3ACF2E;
}
.TagClassName
{
border-color: #3ACF2E;
}
</style>