Shades of Lime Green #3CF443
Tints of Lime Green #3CF443
RGB
CMYK
RGB Variations
Color information
#3CF443 (or 0x3CF443) is known color: Lime Green. HEX triplet: 3C, F4 and 43. RGB value is (60,244,67). Sum of RGB (Red+Green+Blue) = 60+244+67=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF443 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF443 is #C30BBC. Grayscale: #A9A9A9. Windows color (decimal): -12782525 or 4453436. OLE color: 4453436.
HSL color Cylindrical-coordinate representation of color #3CF443: hue angle of 122.28º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF443 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 67 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.04 |
| HSL | 122.28º | 0.89% | 0.6% | - |
| HSV(B) | 122.28º | 0.75% | 0.96% | - |
| XYZ | 35.23 | 66.07 | 16.21 | - |
| YUV | 168.81 | 70.54 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 67 | 0.75 | 0 | 0.73 | 0.04 | 122.28 | 0.89 | 0.6 |
| Hex | 3C | F4 | 43 | 4B | 0 | 49 | 4 | 7A | 59 | 3C |
| Octal | 74 | 364 | 103 | 113 | 0 | 111 | 4 | 172 | 131 | 74 |
| Binary | 111100 | 11110100 | 1000011 | 1001011 | 0 | 1001001 | 100 | 1111010 | 1011001 | 111100 |
Color Harmonies of #3CF443
Complementary color
Monochromatic Colors of #3CF443
Black with #3CF443
Text Example
Text Example
White with #3CF443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF443; }
p { color: rgb(60,244,67); }
H1.HeaderClassName
{
color: #3CF443;
}
.AnyTagClassName
{
color: #3CF443;
}
</style>
background-color css
<style>
a { background-color: #3CF443; }
a { background-color: rgb(60,244,67); }
div.DivClassName
{
background-color: #3CF443;
}
.BgClassName
{
background-color: #3CF443;
}
</style>
border-color css
<style>
span { border-color: #3CF443; }
span { border-color: rgb(60,244,67); }
td.TdClassName
{
border-color: #3CF443;
}
.TagClassName
{
border-color: #3CF443;
}
</style>