Shades of Lime Green #3CFC35
Tints of Lime Green #3CFC35
RGB
CMYK
RGB Variations
Color information
#3CFC35 (or 0x3CFC35) is known color: Lime Green. HEX triplet: 3C, FC and 35. RGB value is (60,252,53). Sum of RGB (Red+Green+Blue) = 60+252+53=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC35 is #C303CA. Grayscale: #ACACAC. Windows color (decimal): -12780491 or 3537980. OLE color: 3537980.
HSL color Cylindrical-coordinate representation of color #3CFC35: hue angle of 117.89º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CFC35 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 53 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.01 |
| HSL | 117.89º | 0.97% | 0.6% | - |
| HSV(B) | 117.89º | 0.79% | 0.99% | - |
| XYZ | 37.32 | 70.84 | 15.07 | - |
| YUV | 171.91 | 60.89 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 53 | 0.76 | 0 | 0.79 | 0.01 | 117.89 | 0.97 | 0.6 |
| Hex | 3C | FC | 35 | 4C | 0 | 4F | 1 | 76 | 61 | 3C |
| Octal | 74 | 374 | 65 | 114 | 0 | 117 | 1 | 166 | 141 | 74 |
| Binary | 111100 | 11111100 | 110101 | 1001100 | 0 | 1001111 | 1 | 1110110 | 1100001 | 111100 |
Color Harmonies of #3CFC35
Complementary color
Monochromatic Colors of #3CFC35
Black with #3CFC35
Text Example
Text Example
White with #3CFC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC35; }
p { color: rgb(60,252,53); }
H1.HeaderClassName
{
color: #3CFC35;
}
.AnyTagClassName
{
color: #3CFC35;
}
</style>
background-color css
<style>
a { background-color: #3CFC35; }
a { background-color: rgb(60,252,53); }
div.DivClassName
{
background-color: #3CFC35;
}
.BgClassName
{
background-color: #3CFC35;
}
</style>
border-color css
<style>
span { border-color: #3CFC35; }
span { border-color: rgb(60,252,53); }
td.TdClassName
{
border-color: #3CFC35;
}
.TagClassName
{
border-color: #3CFC35;
}
</style>