Shades of Lime Green #3CF937
Tints of Lime Green #3CF937
RGB
CMYK
RGB Variations
Color information
#3CF937 (or 0x3CF937) is known color: Lime Green. HEX triplet: 3C, F9 and 37. RGB value is (60,249,55). Sum of RGB (Red+Green+Blue) = 60+249+55=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF937 is #C306C8. Grayscale: #AAAAAA. Windows color (decimal): -12781257 or 3668284. OLE color: 3668284.
HSL color Cylindrical-coordinate representation of color #3CF937: hue angle of 118.45º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CF937 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 55 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.02 |
| HSL | 118.45º | 0.94% | 0.6% | - |
| HSV(B) | 118.45º | 0.78% | 0.98% | - |
| XYZ | 36.43 | 68.99 | 15.01 | - |
| YUV | 170.37 | 62.88 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 55 | 0.76 | 0 | 0.78 | 0.02 | 118.45 | 0.94 | 0.6 |
| Hex | 3C | F9 | 37 | 4C | 0 | 4E | 2 | 76 | 5E | 3C |
| Octal | 74 | 371 | 67 | 114 | 0 | 116 | 2 | 166 | 136 | 74 |
| Binary | 111100 | 11111001 | 110111 | 1001100 | 0 | 1001110 | 10 | 1110110 | 1011110 | 111100 |
Color Harmonies of #3CF937
Complementary color
Monochromatic Colors of #3CF937
Black with #3CF937
Text Example
Text Example
White with #3CF937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF937; }
p { color: rgb(60,249,55); }
H1.HeaderClassName
{
color: #3CF937;
}
.AnyTagClassName
{
color: #3CF937;
}
</style>
background-color css
<style>
a { background-color: #3CF937; }
a { background-color: rgb(60,249,55); }
div.DivClassName
{
background-color: #3CF937;
}
.BgClassName
{
background-color: #3CF937;
}
</style>
border-color css
<style>
span { border-color: #3CF937; }
span { border-color: rgb(60,249,55); }
td.TdClassName
{
border-color: #3CF937;
}
.TagClassName
{
border-color: #3CF937;
}
</style>