Shades of Lime Green #3CFC45
Tints of Lime Green #3CFC45
RGB
CMYK
RGB Variations
Color information
#3CFC45 (or 0x3CFC45) is known color: Lime Green. HEX triplet: 3C, FC and 45. RGB value is (60,252,69). Sum of RGB (Red+Green+Blue) = 60+252+69=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC45 is #C303BA. Grayscale: #AEAEAE. Windows color (decimal): -12780475 or 4586556. OLE color: 4586556.
HSL color Cylindrical-coordinate representation of color #3CFC45: hue angle of 122.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC45 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 69 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.01 |
| HSL | 122.81º | 0.97% | 0.61% | - |
| HSV(B) | 122.81º | 0.76% | 0.99% | - |
| XYZ | 37.75 | 71.01 | 17.35 | - |
| YUV | 173.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 69 | 0.76 | 0 | 0.73 | 0.01 | 122.81 | 0.97 | 0.61 |
| Hex | 3C | FC | 45 | 4C | 0 | 49 | 1 | 7B | 61 | 3D |
| Octal | 74 | 374 | 105 | 114 | 0 | 111 | 1 | 173 | 141 | 75 |
| Binary | 111100 | 11111100 | 1000101 | 1001100 | 0 | 1001001 | 1 | 1111011 | 1100001 | 111101 |
Color Harmonies of #3CFC45
Complementary color
Monochromatic Colors of #3CFC45
Black with #3CFC45
Text Example
Text Example
White with #3CFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC45; }
p { color: rgb(60,252,69); }
H1.HeaderClassName
{
color: #3CFC45;
}
.AnyTagClassName
{
color: #3CFC45;
}
</style>
background-color css
<style>
a { background-color: #3CFC45; }
a { background-color: rgb(60,252,69); }
div.DivClassName
{
background-color: #3CFC45;
}
.BgClassName
{
background-color: #3CFC45;
}
</style>
border-color css
<style>
span { border-color: #3CFC45; }
span { border-color: rgb(60,252,69); }
td.TdClassName
{
border-color: #3CFC45;
}
.TagClassName
{
border-color: #3CFC45;
}
</style>