Shades of Lime Green #3CEF37
Tints of Lime Green #3CEF37
RGB
CMYK
RGB Variations
Color information
#3CEF37 (or 0x3CEF37) is known color: Lime Green. HEX triplet: 3C, EF and 37. RGB value is (60,239,55). Sum of RGB (Red+Green+Blue) = 60+239+55=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 239 (93.75% from 255 or 67.51% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF37 is #C310C8. Grayscale: #A5A5A5. Windows color (decimal): -12783817 or 3665724. OLE color: 3665724.
HSL color Cylindrical-coordinate representation of color #3CEF37: hue angle of 118.37º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CEF37 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 55 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.06 |
| HSL | 118.37º | 0.85% | 0.58% | - |
| HSV(B) | 118.37º | 0.77% | 0.94% | - |
| XYZ | 33.42 | 62.97 | 14.01 | - |
| YUV | 164.5 | 66.2 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 55 | 0.75 | 0 | 0.77 | 0.06 | 118.37 | 0.85 | 0.58 |
| Hex | 3C | EF | 37 | 4B | 0 | 4D | 6 | 76 | 55 | 3A |
| Octal | 74 | 357 | 67 | 113 | 0 | 115 | 6 | 166 | 125 | 72 |
| Binary | 111100 | 11101111 | 110111 | 1001011 | 0 | 1001101 | 110 | 1110110 | 1010101 | 111010 |
Color Harmonies of #3CEF37
Complementary color
Monochromatic Colors of #3CEF37
Black with #3CEF37
Text Example
Text Example
White with #3CEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF37; }
p { color: rgb(60,239,55); }
H1.HeaderClassName
{
color: #3CEF37;
}
.AnyTagClassName
{
color: #3CEF37;
}
</style>
background-color css
<style>
a { background-color: #3CEF37; }
a { background-color: rgb(60,239,55); }
div.DivClassName
{
background-color: #3CEF37;
}
.BgClassName
{
background-color: #3CEF37;
}
</style>
border-color css
<style>
span { border-color: #3CEF37; }
span { border-color: rgb(60,239,55); }
td.TdClassName
{
border-color: #3CEF37;
}
.TagClassName
{
border-color: #3CEF37;
}
</style>