Shades of Lime Green #3CF245
Tints of Lime Green #3CF245
RGB
CMYK
RGB Variations
Color information
#3CF245 (or 0x3CF245) is known color: Lime Green. HEX triplet: 3C, F2 and 45. RGB value is (60,242,69). Sum of RGB (Red+Green+Blue) = 60+242+69=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF245 is #C30DBA. Grayscale: #A8A8A8. Windows color (decimal): -12783035 or 4583996. OLE color: 4583996.
HSL color Cylindrical-coordinate representation of color #3CF245: hue angle of 122.97º 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 #3CF245 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 69 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.05 |
| HSL | 122.97º | 0.88% | 0.59% | - |
| HSV(B) | 122.97º | 0.75% | 0.95% | - |
| XYZ | 34.69 | 64.89 | 16.33 | - |
| YUV | 167.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 69 | 0.75 | 0 | 0.71 | 0.05 | 122.97 | 0.88 | 0.59 |
| Hex | 3C | F2 | 45 | 4B | 0 | 47 | 5 | 7B | 58 | 3B |
| Octal | 74 | 362 | 105 | 113 | 0 | 107 | 5 | 173 | 130 | 73 |
| Binary | 111100 | 11110010 | 1000101 | 1001011 | 0 | 1000111 | 101 | 1111011 | 1011000 | 111011 |
Color Harmonies of #3CF245
Complementary color
Monochromatic Colors of #3CF245
Black with #3CF245
Text Example
Text Example
White with #3CF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF245; }
p { color: rgb(60,242,69); }
H1.HeaderClassName
{
color: #3CF245;
}
.AnyTagClassName
{
color: #3CF245;
}
</style>
background-color css
<style>
a { background-color: #3CF245; }
a { background-color: rgb(60,242,69); }
div.DivClassName
{
background-color: #3CF245;
}
.BgClassName
{
background-color: #3CF245;
}
</style>
border-color css
<style>
span { border-color: #3CF245; }
span { border-color: rgb(60,242,69); }
td.TdClassName
{
border-color: #3CF245;
}
.TagClassName
{
border-color: #3CF245;
}
</style>