Shades of Lime Green #3CFE39
Tints of Lime Green #3CFE39
RGB
CMYK
RGB Variations
Color information
#3CFE39 (or 0x3CFE39) is known color: Lime Green. HEX triplet: 3C, FE and 39. RGB value is (60,254,57). Sum of RGB (Red+Green+Blue) = 60+254+57=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFE39 is #C301C6. Grayscale: #AEAEAE. Windows color (decimal): -12779975 or 3800636. OLE color: 3800636.
HSL color Cylindrical-coordinate representation of color #3CFE39: hue angle of 119.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CFE39 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 57 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.00 |
| HSL | 119.09º | 0.99% | 0.61% | - |
| HSV(B) | 119.09º | 0.78% | 1% | - |
| XYZ | 38.04 | 72.14 | 15.79 | - |
| YUV | 173.54 | 62.23 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 57 | 0.76 | 0 | 0.78 | 0.00 | 119.09 | 0.99 | 0.61 |
| Hex | 3C | FE | 39 | 4C | 0 | 4E | 0 | 77 | 63 | 3D |
| Octal | 74 | 376 | 71 | 114 | 0 | 116 | 0 | 167 | 143 | 75 |
| Binary | 111100 | 11111110 | 111001 | 1001100 | 0 | 1001110 | 0 | 1110111 | 1100011 | 111101 |
Color Harmonies of #3CFE39
Complementary color
Monochromatic Colors of #3CFE39
Black with #3CFE39
Text Example
Text Example
White with #3CFE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE39; }
p { color: rgb(60,254,57); }
H1.HeaderClassName
{
color: #3CFE39;
}
.AnyTagClassName
{
color: #3CFE39;
}
</style>
background-color css
<style>
a { background-color: #3CFE39; }
a { background-color: rgb(60,254,57); }
div.DivClassName
{
background-color: #3CFE39;
}
.BgClassName
{
background-color: #3CFE39;
}
</style>
border-color css
<style>
span { border-color: #3CFE39; }
span { border-color: rgb(60,254,57); }
td.TdClassName
{
border-color: #3CFE39;
}
.TagClassName
{
border-color: #3CFE39;
}
</style>