Shades of Lime Green #3CC92F
Tints of Lime Green #3CC92F
RGB
CMYK
RGB Variations
Color information
#3CC92F (or 0x3CC92F) is known color: Lime Green. HEX triplet: 3C, C9 and 2F. RGB value is (60,201,47). Sum of RGB (Red+Green+Blue) = 60+201+47=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC92F is #C336D0. Grayscale: #8D8D8D. Windows color (decimal): -12793553 or 3131708. OLE color: 3131708.
HSL color Cylindrical-coordinate representation of color #3CC92F: hue angle of 114.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CC92F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 47 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.21 |
| HSL | 114.94º | 0.62% | 0.49% | - |
| HSV(B) | 114.94º | 0.77% | 0.79% | - |
| XYZ | 23.26 | 42.94 | 9.75 | - |
| YUV | 141.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 47 | 0.70 | 0 | 0.77 | 0.21 | 114.94 | 0.62 | 0.49 |
| Hex | 3C | C9 | 2F | 46 | 0 | 4D | 15 | 73 | 3E | 31 |
| Octal | 74 | 311 | 57 | 106 | 0 | 115 | 25 | 163 | 76 | 61 |
| Binary | 111100 | 11001001 | 101111 | 1000110 | 0 | 1001101 | 10101 | 1110011 | 111110 | 110001 |
Color Harmonies of #3CC92F
Complementary color
Monochromatic Colors of #3CC92F
Black with #3CC92F
Text Example
Text Example
White with #3CC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC92F; }
p { color: rgb(60,201,47); }
H1.HeaderClassName
{
color: #3CC92F;
}
.AnyTagClassName
{
color: #3CC92F;
}
</style>
background-color css
<style>
a { background-color: #3CC92F; }
a { background-color: rgb(60,201,47); }
div.DivClassName
{
background-color: #3CC92F;
}
.BgClassName
{
background-color: #3CC92F;
}
</style>
border-color css
<style>
span { border-color: #3CC92F; }
span { border-color: rgb(60,201,47); }
td.TdClassName
{
border-color: #3CC92F;
}
.TagClassName
{
border-color: #3CC92F;
}
</style>