Shades of Lime Green #3CEF24
Tints of Lime Green #3CEF24
RGB
CMYK
RGB Variations
Color information
#3CEF24 (or 0x3CEF24) is known color: Lime Green. HEX triplet: 3C, EF and 24. RGB value is (60,239,36). Sum of RGB (Red+Green+Blue) = 60+239+36=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF24 is #C310DB. Grayscale: #A2A2A2. Windows color (decimal): -12783836 or 2420540. OLE color: 2420540.
HSL color Cylindrical-coordinate representation of color #3CEF24: hue angle of 112.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CEF24 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 36 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.06 |
| HSL | 112.91º | 0.86% | 0.54% | - |
| HSV(B) | 112.91º | 0.85% | 0.94% | - |
| XYZ | 33.05 | 62.82 | 12.05 | - |
| YUV | 162.34 | 56.7 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 36 | 0.75 | 0 | 0.85 | 0.06 | 112.91 | 0.86 | 0.54 |
| Hex | 3C | EF | 24 | 4B | 0 | 55 | 6 | 71 | 56 | 36 |
| Octal | 74 | 357 | 44 | 113 | 0 | 125 | 6 | 161 | 126 | 66 |
| Binary | 111100 | 11101111 | 100100 | 1001011 | 0 | 1010101 | 110 | 1110001 | 1010110 | 110110 |
Color Harmonies of #3CEF24
Complementary color
Monochromatic Colors of #3CEF24
Black with #3CEF24
Text Example
Text Example
White with #3CEF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF24; }
p { color: rgb(60,239,36); }
H1.HeaderClassName
{
color: #3CEF24;
}
.AnyTagClassName
{
color: #3CEF24;
}
</style>
background-color css
<style>
a { background-color: #3CEF24; }
a { background-color: rgb(60,239,36); }
div.DivClassName
{
background-color: #3CEF24;
}
.BgClassName
{
background-color: #3CEF24;
}
</style>
border-color css
<style>
span { border-color: #3CEF24; }
span { border-color: rgb(60,239,36); }
td.TdClassName
{
border-color: #3CEF24;
}
.TagClassName
{
border-color: #3CEF24;
}
</style>