Shades of Lime Green #3ACF44
Tints of Lime Green #3ACF44
RGB
CMYK
RGB Variations
Color information
#3ACF44 (or 0x3ACF44) is known color: Lime Green. HEX triplet: 3A, CF and 44. RGB value is (58,207,68). Sum of RGB (Red+Green+Blue) = 58+207+68=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF44 is #C530BB. Grayscale: #939393. Windows color (decimal): -12923068 or 4509498. OLE color: 4509498.
HSL color Cylindrical-coordinate representation of color #3ACF44: hue angle of 124.03º 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 #3ACF44 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 68 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.19 |
| HSL | 124.03º | 0.61% | 0.52% | - |
| HSV(B) | 124.03º | 0.72% | 0.81% | - |
| XYZ | 25.1 | 45.94 | 13.01 | - |
| YUV | 146.6 | 83.64 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 68 | 0.72 | 0 | 0.67 | 0.19 | 124.03 | 0.61 | 0.52 |
| Hex | 3A | CF | 44 | 48 | 0 | 43 | 13 | 7C | 3D | 34 |
| Octal | 72 | 317 | 104 | 110 | 0 | 103 | 23 | 174 | 75 | 64 |
| Binary | 111010 | 11001111 | 1000100 | 1001000 | 0 | 1000011 | 10011 | 1111100 | 111101 | 110100 |
Color Harmonies of #3ACF44
Complementary color
Monochromatic Colors of #3ACF44
Black with #3ACF44
Text Example
Text Example
White with #3ACF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF44; }
p { color: rgb(58,207,68); }
H1.HeaderClassName
{
color: #3ACF44;
}
.AnyTagClassName
{
color: #3ACF44;
}
</style>
background-color css
<style>
a { background-color: #3ACF44; }
a { background-color: rgb(58,207,68); }
div.DivClassName
{
background-color: #3ACF44;
}
.BgClassName
{
background-color: #3ACF44;
}
</style>
border-color css
<style>
span { border-color: #3ACF44; }
span { border-color: rgb(58,207,68); }
td.TdClassName
{
border-color: #3ACF44;
}
.TagClassName
{
border-color: #3ACF44;
}
</style>