Shades of Lime Green #3CF538
Tints of Lime Green #3CF538
RGB
CMYK
RGB Variations
Color information
#3CF538 (or 0x3CF538) is known color: Lime Green. HEX triplet: 3C, F5 and 38. RGB value is (60,245,56). Sum of RGB (Red+Green+Blue) = 60+245+56=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF538 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF538 is #C30AC7. Grayscale: #A8A8A8. Windows color (decimal): -12782280 or 3732796. OLE color: 3732796.
HSL color Cylindrical-coordinate representation of color #3CF538: hue angle of 118.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF538 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 56 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.04 |
| HSL | 118.73º | 0.9% | 0.59% | - |
| HSV(B) | 118.73º | 0.77% | 0.96% | - |
| XYZ | 35.23 | 66.55 | 14.73 | - |
| YUV | 168.14 | 64.71 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 56 | 0.76 | 0 | 0.77 | 0.04 | 118.73 | 0.9 | 0.59 |
| Hex | 3C | F5 | 38 | 4C | 0 | 4D | 4 | 77 | 5A | 3B |
| Octal | 74 | 365 | 70 | 114 | 0 | 115 | 4 | 167 | 132 | 73 |
| Binary | 111100 | 11110101 | 111000 | 1001100 | 0 | 1001101 | 100 | 1110111 | 1011010 | 111011 |
Color Harmonies of #3CF538
Complementary color
Monochromatic Colors of #3CF538
Black with #3CF538
Text Example
Text Example
White with #3CF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF538; }
p { color: rgb(60,245,56); }
H1.HeaderClassName
{
color: #3CF538;
}
.AnyTagClassName
{
color: #3CF538;
}
</style>
background-color css
<style>
a { background-color: #3CF538; }
a { background-color: rgb(60,245,56); }
div.DivClassName
{
background-color: #3CF538;
}
.BgClassName
{
background-color: #3CF538;
}
</style>
border-color css
<style>
span { border-color: #3CF538; }
span { border-color: rgb(60,245,56); }
td.TdClassName
{
border-color: #3CF538;
}
.TagClassName
{
border-color: #3CF538;
}
</style>