Shades of Lime Green #3ACF45
Tints of Lime Green #3ACF45
RGB
CMYK
RGB Variations
Color information
#3ACF45 (or 0x3ACF45) is known color: Lime Green. HEX triplet: 3A, CF and 45. RGB value is (58,207,69). Sum of RGB (Red+Green+Blue) = 58+207+69=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF45 is #C530BA. Grayscale: #939393. Windows color (decimal): -12923067 or 4575034. OLE color: 4575034.
HSL color Cylindrical-coordinate representation of color #3ACF45: hue angle of 124.43º 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 #3ACF45 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 69 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.19 |
| HSL | 124.43º | 0.61% | 0.52% | - |
| HSV(B) | 124.43º | 0.72% | 0.81% | - |
| XYZ | 25.13 | 45.95 | 13.18 | - |
| YUV | 146.72 | 84.14 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 69 | 0.72 | 0 | 0.67 | 0.19 | 124.43 | 0.61 | 0.52 |
| Hex | 3A | CF | 45 | 48 | 0 | 43 | 13 | 7C | 3D | 34 |
| Octal | 72 | 317 | 105 | 110 | 0 | 103 | 23 | 174 | 75 | 64 |
| Binary | 111010 | 11001111 | 1000101 | 1001000 | 0 | 1000011 | 10011 | 1111100 | 111101 | 110100 |
Color Harmonies of #3ACF45
Complementary color
Monochromatic Colors of #3ACF45
Black with #3ACF45
Text Example
Text Example
White with #3ACF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF45; }
p { color: rgb(58,207,69); }
H1.HeaderClassName
{
color: #3ACF45;
}
.AnyTagClassName
{
color: #3ACF45;
}
</style>
background-color css
<style>
a { background-color: #3ACF45; }
a { background-color: rgb(58,207,69); }
div.DivClassName
{
background-color: #3ACF45;
}
.BgClassName
{
background-color: #3ACF45;
}
</style>
border-color css
<style>
span { border-color: #3ACF45; }
span { border-color: rgb(58,207,69); }
td.TdClassName
{
border-color: #3ACF45;
}
.TagClassName
{
border-color: #3ACF45;
}
</style>