Shades of Lime Green #3CE750
Tints of Lime Green #3CE750
RGB
CMYK
RGB Variations
Color information
#3CE750 (or 0x3CE750) is known color: Lime Green. HEX triplet: 3C, E7 and 50. RGB value is (60,231,80). Sum of RGB (Red+Green+Blue) = 60+231+80=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE750 is #C318AF. Grayscale: #A3A3A3. Windows color (decimal): -12785840 or 5302076. OLE color: 5302076.
HSL color Cylindrical-coordinate representation of color #3CE750: hue angle of 127.02º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE750 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 80 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.09 |
| HSL | 127.02º | 0.78% | 0.57% | - |
| HSV(B) | 127.02º | 0.74% | 0.91% | - |
| XYZ | 31.89 | 58.69 | 17.24 | - |
| YUV | 162.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 80 | 0.74 | 0 | 0.65 | 0.09 | 127.02 | 0.78 | 0.57 |
| Hex | 3C | E7 | 50 | 4A | 0 | 41 | 9 | 7F | 4E | 39 |
| Octal | 74 | 347 | 120 | 112 | 0 | 101 | 11 | 177 | 116 | 71 |
| Binary | 111100 | 11100111 | 1010000 | 1001010 | 0 | 1000001 | 1001 | 1111111 | 1001110 | 111001 |
Color Harmonies of #3CE750
Complementary color
Monochromatic Colors of #3CE750
Black with #3CE750
Text Example
Text Example
White with #3CE750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE750; }
p { color: rgb(60,231,80); }
H1.HeaderClassName
{
color: #3CE750;
}
.AnyTagClassName
{
color: #3CE750;
}
</style>
background-color css
<style>
a { background-color: #3CE750; }
a { background-color: rgb(60,231,80); }
div.DivClassName
{
background-color: #3CE750;
}
.BgClassName
{
background-color: #3CE750;
}
</style>
border-color css
<style>
span { border-color: #3CE750; }
span { border-color: rgb(60,231,80); }
td.TdClassName
{
border-color: #3CE750;
}
.TagClassName
{
border-color: #3CE750;
}
</style>