Shades of Lime Green #3CF52A
Tints of Lime Green #3CF52A
RGB
CMYK
RGB Variations
Color information
#3CF52A (or 0x3CF52A) is known color: Lime Green. HEX triplet: 3C, F5 and 2A. RGB value is (60,245,42). Sum of RGB (Red+Green+Blue) = 60+245+42=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 245 (96.09% from 255 or 70.61% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF52A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF52A is #C30AD5. Grayscale: #A7A7A7. Windows color (decimal): -12782294 or 2815292. OLE color: 2815292.
HSL color Cylindrical-coordinate representation of color #3CF52A: hue angle of 114.68º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CF52A is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 42 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.04 |
| HSL | 114.68º | 0.91% | 0.56% | - |
| HSV(B) | 114.68º | 0.83% | 0.96% | - |
| XYZ | 34.93 | 66.43 | 13.17 | - |
| YUV | 166.54 | 57.71 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 42 | 0.76 | 0 | 0.83 | 0.04 | 114.68 | 0.91 | 0.56 |
| Hex | 3C | F5 | 2A | 4C | 0 | 53 | 4 | 73 | 5B | 38 |
| Octal | 74 | 365 | 52 | 114 | 0 | 123 | 4 | 163 | 133 | 70 |
| Binary | 111100 | 11110101 | 101010 | 1001100 | 0 | 1010011 | 100 | 1110011 | 1011011 | 111000 |
Color Harmonies of #3CF52A
Complementary color
Monochromatic Colors of #3CF52A
Black with #3CF52A
Text Example
Text Example
White with #3CF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF52A; }
p { color: rgb(60,245,42); }
H1.HeaderClassName
{
color: #3CF52A;
}
.AnyTagClassName
{
color: #3CF52A;
}
</style>
background-color css
<style>
a { background-color: #3CF52A; }
a { background-color: rgb(60,245,42); }
div.DivClassName
{
background-color: #3CF52A;
}
.BgClassName
{
background-color: #3CF52A;
}
</style>
border-color css
<style>
span { border-color: #3CF52A; }
span { border-color: rgb(60,245,42); }
td.TdClassName
{
border-color: #3CF52A;
}
.TagClassName
{
border-color: #3CF52A;
}
</style>