Shades of Lime Green #3CFF36
Tints of Lime Green #3CFF36
RGB
CMYK
RGB Variations
Color information
#3CFF36 (or 0x3CFF36) is known color: Lime Green. HEX triplet: 3C, FF and 36. RGB value is (60,255,54). Sum of RGB (Red+Green+Blue) = 60+255+54=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF36 is #C300C9. Grayscale: #AEAEAE. Windows color (decimal): -12779722 or 3604284. OLE color: 3604284.
HSL color Cylindrical-coordinate representation of color #3CFF36: hue angle of 118.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CFF36 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 54 | - |
| CMYK | 0.76 | 0 | 0.79 | 0 |
| HSL | 118.21º | 1% | 0.61% | - |
| HSV(B) | 118.21º | 0.79% | 1% | - |
| XYZ | 38.29 | 72.75 | 15.51 | - |
| YUV | 173.78 | 60.4 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 54 | 0.76 | 0 | 0.79 | 0 | 118.21 | 1 | 0.61 |
| Hex | 3C | FF | 36 | 4C | 0 | 4F | 0 | 76 | 64 | 3D |
| Octal | 74 | 377 | 66 | 114 | 0 | 117 | 0 | 166 | 144 | 75 |
| Binary | 111100 | 11111111 | 110110 | 1001100 | 0 | 1001111 | 0 | 1110110 | 1100100 | 111101 |
Color Harmonies of #3CFF36
Complementary color
Monochromatic Colors of #3CFF36
Black with #3CFF36
Text Example
Text Example
White with #3CFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF36; }
p { color: rgb(60,255,54); }
H1.HeaderClassName
{
color: #3CFF36;
}
.AnyTagClassName
{
color: #3CFF36;
}
</style>
background-color css
<style>
a { background-color: #3CFF36; }
a { background-color: rgb(60,255,54); }
div.DivClassName
{
background-color: #3CFF36;
}
.BgClassName
{
background-color: #3CFF36;
}
</style>
border-color css
<style>
span { border-color: #3CFF36; }
span { border-color: rgb(60,255,54); }
td.TdClassName
{
border-color: #3CFF36;
}
.TagClassName
{
border-color: #3CFF36;
}
</style>