Shades of Lime Green #3CEF4F
Tints of Lime Green #3CEF4F
RGB
CMYK
RGB Variations
Color information
#3CEF4F (or 0x3CEF4F) is known color: Lime Green. HEX triplet: 3C, EF and 4F. RGB value is (60,239,79). Sum of RGB (Red+Green+Blue) = 60+239+79=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF4F is #C310B0. Grayscale: #A7A7A7. Windows color (decimal): -12783793 or 5238588. OLE color: 5238588.
HSL color Cylindrical-coordinate representation of color #3CEF4F: hue angle of 126.37º degrees, saturation: 0.85, 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 #3CEF4F is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 79 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.06 |
| HSL | 126.37º | 0.85% | 0.59% | - |
| HSV(B) | 126.37º | 0.75% | 0.94% | - |
| XYZ | 34.14 | 63.26 | 17.81 | - |
| YUV | 167.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 79 | 0.75 | 0 | 0.67 | 0.06 | 126.37 | 0.85 | 0.59 |
| Hex | 3C | EF | 4F | 4B | 0 | 43 | 6 | 7E | 55 | 3B |
| Octal | 74 | 357 | 117 | 113 | 0 | 103 | 6 | 176 | 125 | 73 |
| Binary | 111100 | 11101111 | 1001111 | 1001011 | 0 | 1000011 | 110 | 1111110 | 1010101 | 111011 |
Color Harmonies of #3CEF4F
Complementary color
Monochromatic Colors of #3CEF4F
Black with #3CEF4F
Text Example
Text Example
White with #3CEF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF4F; }
p { color: rgb(60,239,79); }
H1.HeaderClassName
{
color: #3CEF4F;
}
.AnyTagClassName
{
color: #3CEF4F;
}
</style>
background-color css
<style>
a { background-color: #3CEF4F; }
a { background-color: rgb(60,239,79); }
div.DivClassName
{
background-color: #3CEF4F;
}
.BgClassName
{
background-color: #3CEF4F;
}
</style>
border-color css
<style>
span { border-color: #3CEF4F; }
span { border-color: rgb(60,239,79); }
td.TdClassName
{
border-color: #3CEF4F;
}
.TagClassName
{
border-color: #3CEF4F;
}
</style>