Shades of Lime Green #3CF044
Tints of Lime Green #3CF044
RGB
CMYK
RGB Variations
Color information
#3CF044 (or 0x3CF044) is known color: Lime Green. HEX triplet: 3C, F0 and 44. RGB value is (60,240,68). Sum of RGB (Red+Green+Blue) = 60+240+68=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF044 is #C30FBB. Grayscale: #A7A7A7. Windows color (decimal): -12783548 or 4517948. OLE color: 4517948.
HSL color Cylindrical-coordinate representation of color #3CF044: hue angle of 122.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF044 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 68 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.06 |
| HSL | 122.67º | 0.86% | 0.59% | - |
| HSV(B) | 122.67º | 0.75% | 0.94% | - |
| XYZ | 34.07 | 63.7 | 15.97 | - |
| YUV | 166.57 | 72.37 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 68 | 0.75 | 0 | 0.72 | 0.06 | 122.67 | 0.86 | 0.59 |
| Hex | 3C | F0 | 44 | 4B | 0 | 48 | 6 | 7B | 56 | 3B |
| Octal | 74 | 360 | 104 | 113 | 0 | 110 | 6 | 173 | 126 | 73 |
| Binary | 111100 | 11110000 | 1000100 | 1001011 | 0 | 1001000 | 110 | 1111011 | 1010110 | 111011 |
Color Harmonies of #3CF044
Complementary color
Monochromatic Colors of #3CF044
Black with #3CF044
Text Example
Text Example
White with #3CF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF044; }
p { color: rgb(60,240,68); }
H1.HeaderClassName
{
color: #3CF044;
}
.AnyTagClassName
{
color: #3CF044;
}
</style>
background-color css
<style>
a { background-color: #3CF044; }
a { background-color: rgb(60,240,68); }
div.DivClassName
{
background-color: #3CF044;
}
.BgClassName
{
background-color: #3CF044;
}
</style>
border-color css
<style>
span { border-color: #3CF044; }
span { border-color: rgb(60,240,68); }
td.TdClassName
{
border-color: #3CF044;
}
.TagClassName
{
border-color: #3CF044;
}
</style>