Shades of Lime Green #3CEF25
Tints of Lime Green #3CEF25
RGB
CMYK
RGB Variations
Color information
#3CEF25 (or 0x3CEF25) is known color: Lime Green. HEX triplet: 3C, EF and 25. RGB value is (60,239,37). Sum of RGB (Red+Green+Blue) = 60+239+37=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 239 (93.75% from 255 or 71.13% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF25 is #C310DA. Grayscale: #A3A3A3. Windows color (decimal): -12783835 or 2486076. OLE color: 2486076.
HSL color Cylindrical-coordinate representation of color #3CEF25: hue angle of 113.17º 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 #3CEF25 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.06 |
| HSL | 113.17º | 0.86% | 0.54% | - |
| HSV(B) | 113.17º | 0.85% | 0.94% | - |
| XYZ | 33.06 | 62.83 | 12.13 | - |
| YUV | 162.45 | 57.2 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 37 | 0.75 | 0 | 0.85 | 0.06 | 113.17 | 0.86 | 0.54 |
| Hex | 3C | EF | 25 | 4B | 0 | 55 | 6 | 71 | 56 | 36 |
| Octal | 74 | 357 | 45 | 113 | 0 | 125 | 6 | 161 | 126 | 66 |
| Binary | 111100 | 11101111 | 100101 | 1001011 | 0 | 1010101 | 110 | 1110001 | 1010110 | 110110 |
Color Harmonies of #3CEF25
Complementary color
Monochromatic Colors of #3CEF25
Black with #3CEF25
Text Example
Text Example
White with #3CEF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF25; }
p { color: rgb(60,239,37); }
H1.HeaderClassName
{
color: #3CEF25;
}
.AnyTagClassName
{
color: #3CEF25;
}
</style>
background-color css
<style>
a { background-color: #3CEF25; }
a { background-color: rgb(60,239,37); }
div.DivClassName
{
background-color: #3CEF25;
}
.BgClassName
{
background-color: #3CEF25;
}
</style>
border-color css
<style>
span { border-color: #3CEF25; }
span { border-color: rgb(60,239,37); }
td.TdClassName
{
border-color: #3CEF25;
}
.TagClassName
{
border-color: #3CEF25;
}
</style>