Shades of Lime Green #3CF831
Tints of Lime Green #3CF831
RGB
CMYK
RGB Variations
Color information
#3CF831 (or 0x3CF831) is known color: Lime Green. HEX triplet: 3C, F8 and 31. RGB value is (60,248,49). Sum of RGB (Red+Green+Blue) = 60+248+49=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF831 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF831 is #C307CE. Grayscale: #A9A9A9. Windows color (decimal): -12781519 or 3274812. OLE color: 3274812.
HSL color Cylindrical-coordinate representation of color #3CF831: hue angle of 116.68º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CF831 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 49 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.03 |
| HSL | 116.68º | 0.93% | 0.58% | - |
| HSV(B) | 116.68º | 0.8% | 0.97% | - |
| XYZ | 35.99 | 68.32 | 14.2 | - |
| YUV | 169.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 49 | 0.76 | 0 | 0.80 | 0.03 | 116.68 | 0.93 | 0.58 |
| Hex | 3C | F8 | 31 | 4C | 0 | 50 | 3 | 75 | 5D | 3A |
| Octal | 74 | 370 | 61 | 114 | 0 | 120 | 3 | 165 | 135 | 72 |
| Binary | 111100 | 11111000 | 110001 | 1001100 | 0 | 1010000 | 11 | 1110101 | 1011101 | 111010 |
Color Harmonies of #3CF831
Complementary color
Monochromatic Colors of #3CF831
Black with #3CF831
Text Example
Text Example
White with #3CF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF831; }
p { color: rgb(60,248,49); }
H1.HeaderClassName
{
color: #3CF831;
}
.AnyTagClassName
{
color: #3CF831;
}
</style>
background-color css
<style>
a { background-color: #3CF831; }
a { background-color: rgb(60,248,49); }
div.DivClassName
{
background-color: #3CF831;
}
.BgClassName
{
background-color: #3CF831;
}
</style>
border-color css
<style>
span { border-color: #3CF831; }
span { border-color: rgb(60,248,49); }
td.TdClassName
{
border-color: #3CF831;
}
.TagClassName
{
border-color: #3CF831;
}
</style>