Shades of Lime Green #3CF346
Tints of Lime Green #3CF346
RGB
CMYK
RGB Variations
Color information
#3CF346 (or 0x3CF346) is known color: Lime Green. HEX triplet: 3C, F3 and 46. RGB value is (60,243,70). Sum of RGB (Red+Green+Blue) = 60+243+70=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF346 is #C30CB9. Grayscale: #A9A9A9. Windows color (decimal): -12782778 or 4649788. OLE color: 4649788.
HSL color Cylindrical-coordinate representation of color #3CF346: hue angle of 123.28º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF346 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 70 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.05 |
| HSL | 123.28º | 0.88% | 0.59% | - |
| HSV(B) | 123.28º | 0.75% | 0.95% | - |
| XYZ | 35.02 | 65.5 | 16.59 | - |
| YUV | 168.56 | 72.37 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 70 | 0.75 | 0 | 0.71 | 0.05 | 123.28 | 0.88 | 0.59 |
| Hex | 3C | F3 | 46 | 4B | 0 | 47 | 5 | 7B | 58 | 3B |
| Octal | 74 | 363 | 106 | 113 | 0 | 107 | 5 | 173 | 130 | 73 |
| Binary | 111100 | 11110011 | 1000110 | 1001011 | 0 | 1000111 | 101 | 1111011 | 1011000 | 111011 |
Color Harmonies of #3CF346
Complementary color
Monochromatic Colors of #3CF346
Black with #3CF346
Text Example
Text Example
White with #3CF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF346; }
p { color: rgb(60,243,70); }
H1.HeaderClassName
{
color: #3CF346;
}
.AnyTagClassName
{
color: #3CF346;
}
</style>
background-color css
<style>
a { background-color: #3CF346; }
a { background-color: rgb(60,243,70); }
div.DivClassName
{
background-color: #3CF346;
}
.BgClassName
{
background-color: #3CF346;
}
</style>
border-color css
<style>
span { border-color: #3CF346; }
span { border-color: rgb(60,243,70); }
td.TdClassName
{
border-color: #3CF346;
}
.TagClassName
{
border-color: #3CF346;
}
</style>