Shades of Lime Green #3CF72D
Tints of Lime Green #3CF72D
RGB
CMYK
RGB Variations
Color information
#3CF72D (or 0x3CF72D) is known color: Lime Green. HEX triplet: 3C, F7 and 2D. RGB value is (60,247,45). Sum of RGB (Red+Green+Blue) = 60+247+45=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 247 (96.88% from 255 or 70.17% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF72D is #C308D2. Grayscale: #A8A8A8. Windows color (decimal): -12781779 or 3012412. OLE color: 3012412.
HSL color Cylindrical-coordinate representation of color #3CF72D: hue angle of 115.54º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CF72D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 45 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.03 |
| HSL | 115.54º | 0.93% | 0.57% | - |
| HSV(B) | 115.54º | 0.82% | 0.97% | - |
| XYZ | 35.6 | 67.67 | 13.67 | - |
| YUV | 168.06 | 58.55 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 45 | 0.76 | 0 | 0.82 | 0.03 | 115.54 | 0.93 | 0.57 |
| Hex | 3C | F7 | 2D | 4C | 0 | 52 | 3 | 74 | 5D | 39 |
| Octal | 74 | 367 | 55 | 114 | 0 | 122 | 3 | 164 | 135 | 71 |
| Binary | 111100 | 11110111 | 101101 | 1001100 | 0 | 1010010 | 11 | 1110100 | 1011101 | 111001 |
Color Harmonies of #3CF72D
Complementary color
Monochromatic Colors of #3CF72D
Black with #3CF72D
Text Example
Text Example
White with #3CF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF72D; }
p { color: rgb(60,247,45); }
H1.HeaderClassName
{
color: #3CF72D;
}
.AnyTagClassName
{
color: #3CF72D;
}
</style>
background-color css
<style>
a { background-color: #3CF72D; }
a { background-color: rgb(60,247,45); }
div.DivClassName
{
background-color: #3CF72D;
}
.BgClassName
{
background-color: #3CF72D;
}
</style>
border-color css
<style>
span { border-color: #3CF72D; }
span { border-color: rgb(60,247,45); }
td.TdClassName
{
border-color: #3CF72D;
}
.TagClassName
{
border-color: #3CF72D;
}
</style>