Shades of Lime Green #3CEF27
Tints of Lime Green #3CEF27
RGB
CMYK
RGB Variations
Color information
#3CEF27 (or 0x3CEF27) is known color: Lime Green. HEX triplet: 3C, EF and 27. RGB value is (60,239,39). Sum of RGB (Red+Green+Blue) = 60+239+39=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 239 (93.75% from 255 or 70.71% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF27 is #C310D8. Grayscale: #A3A3A3. Windows color (decimal): -12783833 or 2617148. OLE color: 2617148.
HSL color Cylindrical-coordinate representation of color #3CEF27: hue angle of 113.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CEF27 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 39 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.06 |
| HSL | 113.7º | 0.86% | 0.55% | - |
| HSV(B) | 113.7º | 0.84% | 0.94% | - |
| XYZ | 33.1 | 62.84 | 12.3 | - |
| YUV | 162.68 | 58.2 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 39 | 0.75 | 0 | 0.84 | 0.06 | 113.7 | 0.86 | 0.55 |
| Hex | 3C | EF | 27 | 4B | 0 | 54 | 6 | 72 | 56 | 37 |
| Octal | 74 | 357 | 47 | 113 | 0 | 124 | 6 | 162 | 126 | 67 |
| Binary | 111100 | 11101111 | 100111 | 1001011 | 0 | 1010100 | 110 | 1110010 | 1010110 | 110111 |
Color Harmonies of #3CEF27
Complementary color
Monochromatic Colors of #3CEF27
Black with #3CEF27
Text Example
Text Example
White with #3CEF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF27; }
p { color: rgb(60,239,39); }
H1.HeaderClassName
{
color: #3CEF27;
}
.AnyTagClassName
{
color: #3CEF27;
}
</style>
background-color css
<style>
a { background-color: #3CEF27; }
a { background-color: rgb(60,239,39); }
div.DivClassName
{
background-color: #3CEF27;
}
.BgClassName
{
background-color: #3CEF27;
}
</style>
border-color css
<style>
span { border-color: #3CEF27; }
span { border-color: rgb(60,239,39); }
td.TdClassName
{
border-color: #3CEF27;
}
.TagClassName
{
border-color: #3CEF27;
}
</style>