Shades of Lime Green #3CF146
Tints of Lime Green #3CF146
RGB
CMYK
RGB Variations
Color information
#3CF146 (or 0x3CF146) is known color: Lime Green. HEX triplet: 3C, F1 and 46. RGB value is (60,241,70). Sum of RGB (Red+Green+Blue) = 60+241+70=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF146 is #C30EB9. Grayscale: #A7A7A7. Windows color (decimal): -12783290 or 4649276. OLE color: 4649276.
HSL color Cylindrical-coordinate representation of color #3CF146: hue angle of 123.31º degrees, saturation: 0.87, 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 #3CF146 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 70 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.05 |
| HSL | 123.31º | 0.87% | 0.59% | - |
| HSV(B) | 123.31º | 0.75% | 0.95% | - |
| XYZ | 34.42 | 64.31 | 16.39 | - |
| YUV | 167.39 | 73.03 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 70 | 0.75 | 0 | 0.71 | 0.05 | 123.31 | 0.87 | 0.59 |
| Hex | 3C | F1 | 46 | 4B | 0 | 47 | 5 | 7B | 57 | 3B |
| Octal | 74 | 361 | 106 | 113 | 0 | 107 | 5 | 173 | 127 | 73 |
| Binary | 111100 | 11110001 | 1000110 | 1001011 | 0 | 1000111 | 101 | 1111011 | 1010111 | 111011 |
Color Harmonies of #3CF146
Complementary color
Monochromatic Colors of #3CF146
Black with #3CF146
Text Example
Text Example
White with #3CF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF146; }
p { color: rgb(60,241,70); }
H1.HeaderClassName
{
color: #3CF146;
}
.AnyTagClassName
{
color: #3CF146;
}
</style>
background-color css
<style>
a { background-color: #3CF146; }
a { background-color: rgb(60,241,70); }
div.DivClassName
{
background-color: #3CF146;
}
.BgClassName
{
background-color: #3CF146;
}
</style>
border-color css
<style>
span { border-color: #3CF146; }
span { border-color: rgb(60,241,70); }
td.TdClassName
{
border-color: #3CF146;
}
.TagClassName
{
border-color: #3CF146;
}
</style>