Shades of Lime Green #3CF839
Tints of Lime Green #3CF839
RGB
CMYK
RGB Variations
Color information
#3CF839 (or 0x3CF839) is known color: Lime Green. HEX triplet: 3C, F8 and 39. RGB value is (60,248,57). Sum of RGB (Red+Green+Blue) = 60+248+57=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF839 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF839 is #C307C6. Grayscale: #AAAAAA. Windows color (decimal): -12781511 or 3799100. OLE color: 3799100.
HSL color Cylindrical-coordinate representation of color #3CF839: hue angle of 119.06º 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 #3CF839 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 57 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.03 |
| HSL | 119.06º | 0.93% | 0.6% | - |
| HSV(B) | 119.06º | 0.77% | 0.97% | - |
| XYZ | 36.17 | 68.39 | 15.17 | - |
| YUV | 170.01 | 64.22 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 57 | 0.76 | 0 | 0.77 | 0.03 | 119.06 | 0.93 | 0.6 |
| Hex | 3C | F8 | 39 | 4C | 0 | 4D | 3 | 77 | 5D | 3C |
| Octal | 74 | 370 | 71 | 114 | 0 | 115 | 3 | 167 | 135 | 74 |
| Binary | 111100 | 11111000 | 111001 | 1001100 | 0 | 1001101 | 11 | 1110111 | 1011101 | 111100 |
Color Harmonies of #3CF839
Complementary color
Monochromatic Colors of #3CF839
Black with #3CF839
Text Example
Text Example
White with #3CF839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF839; }
p { color: rgb(60,248,57); }
H1.HeaderClassName
{
color: #3CF839;
}
.AnyTagClassName
{
color: #3CF839;
}
</style>
background-color css
<style>
a { background-color: #3CF839; }
a { background-color: rgb(60,248,57); }
div.DivClassName
{
background-color: #3CF839;
}
.BgClassName
{
background-color: #3CF839;
}
</style>
border-color css
<style>
span { border-color: #3CF839; }
span { border-color: rgb(60,248,57); }
td.TdClassName
{
border-color: #3CF839;
}
.TagClassName
{
border-color: #3CF839;
}
</style>