Shades of Lime Green #3ACF25
Tints of Lime Green #3ACF25
RGB
CMYK
RGB Variations
Color information
#3ACF25 (or 0x3ACF25) is known color: Lime Green. HEX triplet: 3A, CF and 25. RGB value is (58,207,37). Sum of RGB (Red+Green+Blue) = 58+207+37=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF25 is #C530DA. Grayscale: #8F8F8F. Windows color (decimal): -12923099 or 2477882. OLE color: 2477882.
HSL color Cylindrical-coordinate representation of color #3ACF25: hue angle of 112.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3ACF25 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.19 |
| HSL | 112.59º | 0.7% | 0.48% | - |
| HSV(B) | 112.59º | 0.82% | 0.81% | - |
| XYZ | 24.39 | 45.66 | 9.28 | - |
| YUV | 143.07 | 68.14 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 37 | 0.72 | 0 | 0.82 | 0.19 | 112.59 | 0.7 | 0.48 |
| Hex | 3A | CF | 25 | 48 | 0 | 52 | 13 | 71 | 46 | 30 |
| Octal | 72 | 317 | 45 | 110 | 0 | 122 | 23 | 161 | 106 | 60 |
| Binary | 111010 | 11001111 | 100101 | 1001000 | 0 | 1010010 | 10011 | 1110001 | 1000110 | 110000 |
Color Harmonies of #3ACF25
Complementary color
Monochromatic Colors of #3ACF25
Black with #3ACF25
Text Example
Text Example
White with #3ACF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF25; }
p { color: rgb(58,207,37); }
H1.HeaderClassName
{
color: #3ACF25;
}
.AnyTagClassName
{
color: #3ACF25;
}
</style>
background-color css
<style>
a { background-color: #3ACF25; }
a { background-color: rgb(58,207,37); }
div.DivClassName
{
background-color: #3ACF25;
}
.BgClassName
{
background-color: #3ACF25;
}
</style>
border-color css
<style>
span { border-color: #3ACF25; }
span { border-color: rgb(58,207,37); }
td.TdClassName
{
border-color: #3ACF25;
}
.TagClassName
{
border-color: #3ACF25;
}
</style>