Shades of Lime Green #3CEA27
Tints of Lime Green #3CEA27
RGB
CMYK
RGB Variations
Color information
#3CEA27 (or 0x3CEA27) is known color: Lime Green. HEX triplet: 3C, EA and 27. RGB value is (60,234,39). Sum of RGB (Red+Green+Blue) = 60+234+39=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 234 (91.80% from 255 or 70.27% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA27 is #C315D8. Grayscale: #A0A0A0. Windows color (decimal): -12785113 or 2615868. OLE color: 2615868.
HSL color Cylindrical-coordinate representation of color #3CEA27: hue angle of 113.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CEA27 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 39 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.08 |
| HSL | 113.54º | 0.82% | 0.54% | - |
| HSV(B) | 113.54º | 0.83% | 0.92% | - |
| XYZ | 31.65 | 59.95 | 11.82 | - |
| YUV | 159.74 | 59.85 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 39 | 0.74 | 0 | 0.83 | 0.08 | 113.54 | 0.82 | 0.54 |
| Hex | 3C | EA | 27 | 4A | 0 | 53 | 8 | 72 | 52 | 36 |
| Octal | 74 | 352 | 47 | 112 | 0 | 123 | 10 | 162 | 122 | 66 |
| Binary | 111100 | 11101010 | 100111 | 1001010 | 0 | 1010011 | 1000 | 1110010 | 1010010 | 110110 |
Color Harmonies of #3CEA27
Complementary color
Monochromatic Colors of #3CEA27
Black with #3CEA27
Text Example
Text Example
White with #3CEA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA27; }
p { color: rgb(60,234,39); }
H1.HeaderClassName
{
color: #3CEA27;
}
.AnyTagClassName
{
color: #3CEA27;
}
</style>
background-color css
<style>
a { background-color: #3CEA27; }
a { background-color: rgb(60,234,39); }
div.DivClassName
{
background-color: #3CEA27;
}
.BgClassName
{
background-color: #3CEA27;
}
</style>
border-color css
<style>
span { border-color: #3CEA27; }
span { border-color: rgb(60,234,39); }
td.TdClassName
{
border-color: #3CEA27;
}
.TagClassName
{
border-color: #3CEA27;
}
</style>