Shades of Lime Green #3CEF28
Tints of Lime Green #3CEF28
RGB
CMYK
RGB Variations
Color information
#3CEF28 (or 0x3CEF28) is known color: Lime Green. HEX triplet: 3C, EF and 28. RGB value is (60,239,40). Sum of RGB (Red+Green+Blue) = 60+239+40=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF28 is #C310D7. Grayscale: #A3A3A3. Windows color (decimal): -12783832 or 2682684. OLE color: 2682684.
HSL color Cylindrical-coordinate representation of color #3CEF28: hue angle of 113.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CEF28 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 40 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.06 |
| HSL | 113.97º | 0.86% | 0.55% | - |
| HSV(B) | 113.97º | 0.83% | 0.94% | - |
| XYZ | 33.11 | 62.85 | 12.39 | - |
| YUV | 162.79 | 58.7 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 40 | 0.75 | 0 | 0.83 | 0.06 | 113.97 | 0.86 | 0.55 |
| Hex | 3C | EF | 28 | 4B | 0 | 53 | 6 | 72 | 56 | 37 |
| Octal | 74 | 357 | 50 | 113 | 0 | 123 | 6 | 162 | 126 | 67 |
| Binary | 111100 | 11101111 | 101000 | 1001011 | 0 | 1010011 | 110 | 1110010 | 1010110 | 110111 |
Color Harmonies of #3CEF28
Complementary color
Monochromatic Colors of #3CEF28
Black with #3CEF28
Text Example
Text Example
White with #3CEF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF28; }
p { color: rgb(60,239,40); }
H1.HeaderClassName
{
color: #3CEF28;
}
.AnyTagClassName
{
color: #3CEF28;
}
</style>
background-color css
<style>
a { background-color: #3CEF28; }
a { background-color: rgb(60,239,40); }
div.DivClassName
{
background-color: #3CEF28;
}
.BgClassName
{
background-color: #3CEF28;
}
</style>
border-color css
<style>
span { border-color: #3CEF28; }
span { border-color: rgb(60,239,40); }
td.TdClassName
{
border-color: #3CEF28;
}
.TagClassName
{
border-color: #3CEF28;
}
</style>