Shades of Lime Green #3CFF39
Tints of Lime Green #3CFF39
RGB
CMYK
RGB Variations
Color information
#3CFF39 (or 0x3CFF39) is known color: Lime Green. HEX triplet: 3C, FF and 39. RGB value is (60,255,57). Sum of RGB (Red+Green+Blue) = 60+255+57=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF39 is #C300C6. Grayscale: #AEAEAE. Windows color (decimal): -12779719 or 3800892. OLE color: 3800892.
HSL color Cylindrical-coordinate representation of color #3CFF39: hue angle of 119.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CFF39 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 57 | - |
| CMYK | 0.76 | 0 | 0.78 | 0 |
| HSL | 119.09º | 1% | 0.61% | - |
| HSV(B) | 119.09º | 0.78% | 1% | - |
| XYZ | 38.36 | 72.78 | 15.9 | - |
| YUV | 174.12 | 61.9 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 57 | 0.76 | 0 | 0.78 | 0 | 119.09 | 1 | 0.61 |
| Hex | 3C | FF | 39 | 4C | 0 | 4E | 0 | 77 | 64 | 3D |
| Octal | 74 | 377 | 71 | 114 | 0 | 116 | 0 | 167 | 144 | 75 |
| Binary | 111100 | 11111111 | 111001 | 1001100 | 0 | 1001110 | 0 | 1110111 | 1100100 | 111101 |
Color Harmonies of #3CFF39
Complementary color
Monochromatic Colors of #3CFF39
Black with #3CFF39
Text Example
Text Example
White with #3CFF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF39; }
p { color: rgb(60,255,57); }
H1.HeaderClassName
{
color: #3CFF39;
}
.AnyTagClassName
{
color: #3CFF39;
}
</style>
background-color css
<style>
a { background-color: #3CFF39; }
a { background-color: rgb(60,255,57); }
div.DivClassName
{
background-color: #3CFF39;
}
.BgClassName
{
background-color: #3CFF39;
}
</style>
border-color css
<style>
span { border-color: #3CFF39; }
span { border-color: rgb(60,255,57); }
td.TdClassName
{
border-color: #3CFF39;
}
.TagClassName
{
border-color: #3CFF39;
}
</style>