Shades of Lime Green #3CF83A
Tints of Lime Green #3CF83A
RGB
CMYK
RGB Variations
Color information
#3CF83A (or 0x3CF83A) is known color: Lime Green. HEX triplet: 3C, F8 and 3A. RGB value is (60,248,58). Sum of RGB (Red+Green+Blue) = 60+248+58=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF83A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF83A is #C307C5. Grayscale: #AAAAAA. Windows color (decimal): -12781510 or 3864636. OLE color: 3864636.
HSL color Cylindrical-coordinate representation of color #3CF83A: hue angle of 119.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF83A is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 58 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.03 |
| HSL | 119.37º | 0.93% | 0.6% | - |
| HSV(B) | 119.37º | 0.77% | 0.97% | - |
| XYZ | 36.19 | 68.4 | 15.3 | - |
| YUV | 170.13 | 64.72 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 58 | 0.76 | 0 | 0.77 | 0.03 | 119.37 | 0.93 | 0.6 |
| Hex | 3C | F8 | 3A | 4C | 0 | 4D | 3 | 77 | 5D | 3C |
| Octal | 74 | 370 | 72 | 114 | 0 | 115 | 3 | 167 | 135 | 74 |
| Binary | 111100 | 11111000 | 111010 | 1001100 | 0 | 1001101 | 11 | 1110111 | 1011101 | 111100 |
Color Harmonies of #3CF83A
Complementary color
Monochromatic Colors of #3CF83A
Black with #3CF83A
Text Example
Text Example
White with #3CF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF83A; }
p { color: rgb(60,248,58); }
H1.HeaderClassName
{
color: #3CF83A;
}
.AnyTagClassName
{
color: #3CF83A;
}
</style>
background-color css
<style>
a { background-color: #3CF83A; }
a { background-color: rgb(60,248,58); }
div.DivClassName
{
background-color: #3CF83A;
}
.BgClassName
{
background-color: #3CF83A;
}
</style>
border-color css
<style>
span { border-color: #3CF83A; }
span { border-color: rgb(60,248,58); }
td.TdClassName
{
border-color: #3CF83A;
}
.TagClassName
{
border-color: #3CF83A;
}
</style>