Shades of Lime Green #3CFE36
Tints of Lime Green #3CFE36
RGB
CMYK
RGB Variations
Color information
#3CFE36 (or 0x3CFE36) is known color: Lime Green. HEX triplet: 3C, FE and 36. RGB value is (60,254,54). Sum of RGB (Red+Green+Blue) = 60+254+54=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFE36 is #C301C9. Grayscale: #ADADAD. Windows color (decimal): -12779978 or 3604028. OLE color: 3604028.
HSL color Cylindrical-coordinate representation of color #3CFE36: hue angle of 118.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CFE36 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 54 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.00 |
| HSL | 118.2º | 0.99% | 0.6% | - |
| HSV(B) | 118.2º | 0.79% | 1% | - |
| XYZ | 37.97 | 72.11 | 15.41 | - |
| YUV | 173.19 | 60.73 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 54 | 0.76 | 0 | 0.79 | 0.00 | 118.2 | 0.99 | 0.6 |
| Hex | 3C | FE | 36 | 4C | 0 | 4F | 0 | 76 | 63 | 3C |
| Octal | 74 | 376 | 66 | 114 | 0 | 117 | 0 | 166 | 143 | 74 |
| Binary | 111100 | 11111110 | 110110 | 1001100 | 0 | 1001111 | 0 | 1110110 | 1100011 | 111100 |
Color Harmonies of #3CFE36
Complementary color
Monochromatic Colors of #3CFE36
Black with #3CFE36
Text Example
Text Example
White with #3CFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE36; }
p { color: rgb(60,254,54); }
H1.HeaderClassName
{
color: #3CFE36;
}
.AnyTagClassName
{
color: #3CFE36;
}
</style>
background-color css
<style>
a { background-color: #3CFE36; }
a { background-color: rgb(60,254,54); }
div.DivClassName
{
background-color: #3CFE36;
}
.BgClassName
{
background-color: #3CFE36;
}
</style>
border-color css
<style>
span { border-color: #3CFE36; }
span { border-color: rgb(60,254,54); }
td.TdClassName
{
border-color: #3CFE36;
}
.TagClassName
{
border-color: #3CFE36;
}
</style>