Shades of Lime Green #3CFA44
Tints of Lime Green #3CFA44
RGB
CMYK
RGB Variations
Color information
#3CFA44 (or 0x3CFA44) is known color: Lime Green. HEX triplet: 3C, FA and 44. RGB value is (60,250,68). Sum of RGB (Red+Green+Blue) = 60+250+68=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA44 is #C305BB. Grayscale: #ACACAC. Windows color (decimal): -12780988 or 4520508. OLE color: 4520508.
HSL color Cylindrical-coordinate representation of color #3CFA44: hue angle of 122.53º 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 #3CFA44 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 68 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.02 |
| HSL | 122.53º | 0.95% | 0.61% | - |
| HSV(B) | 122.53º | 0.76% | 0.98% | - |
| XYZ | 37.09 | 69.75 | 16.98 | - |
| YUV | 172.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 68 | 0.76 | 0 | 0.73 | 0.02 | 122.53 | 0.95 | 0.61 |
| Hex | 3C | FA | 44 | 4C | 0 | 49 | 2 | 7B | 5F | 3D |
| Octal | 74 | 372 | 104 | 114 | 0 | 111 | 2 | 173 | 137 | 75 |
| Binary | 111100 | 11111010 | 1000100 | 1001100 | 0 | 1001001 | 10 | 1111011 | 1011111 | 111101 |
Color Harmonies of #3CFA44
Complementary color
Monochromatic Colors of #3CFA44
Black with #3CFA44
Text Example
Text Example
White with #3CFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA44; }
p { color: rgb(60,250,68); }
H1.HeaderClassName
{
color: #3CFA44;
}
.AnyTagClassName
{
color: #3CFA44;
}
</style>
background-color css
<style>
a { background-color: #3CFA44; }
a { background-color: rgb(60,250,68); }
div.DivClassName
{
background-color: #3CFA44;
}
.BgClassName
{
background-color: #3CFA44;
}
</style>
border-color css
<style>
span { border-color: #3CFA44; }
span { border-color: rgb(60,250,68); }
td.TdClassName
{
border-color: #3CFA44;
}
.TagClassName
{
border-color: #3CFA44;
}
</style>