Shades of Lime Green #3CF051
Tints of Lime Green #3CF051
RGB
CMYK
RGB Variations
Color information
#3CF051 (or 0x3CF051) is known color: Lime Green. HEX triplet: 3C, F0 and 51. RGB value is (60,240,81). Sum of RGB (Red+Green+Blue) = 60+240+81=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF051 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF051 is #C30FAE. Grayscale: #A8A8A8. Windows color (decimal): -12783535 or 5369916. OLE color: 5369916.
HSL color Cylindrical-coordinate representation of color #3CF051: hue angle of 127º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF051 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 81 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.06 |
| HSL | 127º | 0.86% | 0.59% | - |
| HSV(B) | 127º | 0.75% | 0.94% | - |
| XYZ | 34.51 | 63.87 | 18.29 | - |
| YUV | 168.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 81 | 0.75 | 0 | 0.66 | 0.06 | 127 | 0.86 | 0.59 |
| Hex | 3C | F0 | 51 | 4B | 0 | 42 | 6 | 7F | 56 | 3B |
| Octal | 74 | 360 | 121 | 113 | 0 | 102 | 6 | 177 | 126 | 73 |
| Binary | 111100 | 11110000 | 1010001 | 1001011 | 0 | 1000010 | 110 | 1111111 | 1010110 | 111011 |
Color Harmonies of #3CF051
Complementary color
Monochromatic Colors of #3CF051
Black with #3CF051
Text Example
Text Example
White with #3CF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF051; }
p { color: rgb(60,240,81); }
H1.HeaderClassName
{
color: #3CF051;
}
.AnyTagClassName
{
color: #3CF051;
}
</style>
background-color css
<style>
a { background-color: #3CF051; }
a { background-color: rgb(60,240,81); }
div.DivClassName
{
background-color: #3CF051;
}
.BgClassName
{
background-color: #3CF051;
}
</style>
border-color css
<style>
span { border-color: #3CF051; }
span { border-color: rgb(60,240,81); }
td.TdClassName
{
border-color: #3CF051;
}
.TagClassName
{
border-color: #3CF051;
}
</style>