Shades of Lime Green #3CC03F
Tints of Lime Green #3CC03F
RGB
CMYK
RGB Variations
Color information
#3CC03F (or 0x3CC03F) is known color: Lime Green. HEX triplet: 3C, C0 and 3F. RGB value is (60,192,63). Sum of RGB (Red+Green+Blue) = 60+192+63=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC03F is #C33FC0. Grayscale: #8A8A8A. Windows color (decimal): -12795841 or 4177980. OLE color: 4177980.
HSL color Cylindrical-coordinate representation of color #3CC03F: hue angle of 121.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC03F is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 63 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.25 |
| HSL | 121.36º | 0.52% | 0.49% | - |
| HSV(B) | 121.36º | 0.69% | 0.75% | - |
| XYZ | 21.61 | 39.02 | 11.1 | - |
| YUV | 137.83 | 85.77 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 63 | 0.69 | 0 | 0.67 | 0.25 | 121.36 | 0.52 | 0.49 |
| Hex | 3C | C0 | 3F | 45 | 0 | 43 | 19 | 79 | 34 | 31 |
| Octal | 74 | 300 | 77 | 105 | 0 | 103 | 31 | 171 | 64 | 61 |
| Binary | 111100 | 11000000 | 111111 | 1000101 | 0 | 1000011 | 11001 | 1111001 | 110100 | 110001 |
Color Harmonies of #3CC03F
Complementary color
Monochromatic Colors of #3CC03F
Black with #3CC03F
Text Example
Text Example
White with #3CC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC03F; }
p { color: rgb(60,192,63); }
H1.HeaderClassName
{
color: #3CC03F;
}
.AnyTagClassName
{
color: #3CC03F;
}
</style>
background-color css
<style>
a { background-color: #3CC03F; }
a { background-color: rgb(60,192,63); }
div.DivClassName
{
background-color: #3CC03F;
}
.BgClassName
{
background-color: #3CC03F;
}
</style>
border-color css
<style>
span { border-color: #3CC03F; }
span { border-color: rgb(60,192,63); }
td.TdClassName
{
border-color: #3CC03F;
}
.TagClassName
{
border-color: #3CC03F;
}
</style>