Shades of Lime Green #3CFA45
Tints of Lime Green #3CFA45
RGB
CMYK
RGB Variations
Color information
#3CFA45 (or 0x3CFA45) is known color: Lime Green. HEX triplet: 3C, FA and 45. RGB value is (60,250,69). Sum of RGB (Red+Green+Blue) = 60+250+69=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA45 is #C305BA. Grayscale: #ADADAD. Windows color (decimal): -12780987 or 4586044. OLE color: 4586044.
HSL color Cylindrical-coordinate representation of color #3CFA45: hue angle of 122.84º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA45 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 69 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.02 |
| HSL | 122.84º | 0.95% | 0.61% | - |
| HSV(B) | 122.84º | 0.76% | 0.98% | - |
| XYZ | 37.12 | 69.76 | 17.14 | - |
| YUV | 172.56 | 69.55 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 69 | 0.76 | 0 | 0.72 | 0.02 | 122.84 | 0.95 | 0.61 |
| Hex | 3C | FA | 45 | 4C | 0 | 48 | 2 | 7B | 5F | 3D |
| Octal | 74 | 372 | 105 | 114 | 0 | 110 | 2 | 173 | 137 | 75 |
| Binary | 111100 | 11111010 | 1000101 | 1001100 | 0 | 1001000 | 10 | 1111011 | 1011111 | 111101 |
Color Harmonies of #3CFA45
Complementary color
Monochromatic Colors of #3CFA45
Black with #3CFA45
Text Example
Text Example
White with #3CFA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA45; }
p { color: rgb(60,250,69); }
H1.HeaderClassName
{
color: #3CFA45;
}
.AnyTagClassName
{
color: #3CFA45;
}
</style>
background-color css
<style>
a { background-color: #3CFA45; }
a { background-color: rgb(60,250,69); }
div.DivClassName
{
background-color: #3CFA45;
}
.BgClassName
{
background-color: #3CFA45;
}
</style>
border-color css
<style>
span { border-color: #3CFA45; }
span { border-color: rgb(60,250,69); }
td.TdClassName
{
border-color: #3CFA45;
}
.TagClassName
{
border-color: #3CFA45;
}
</style>