Shades of Lime Green #3CCC30
Tints of Lime Green #3CCC30
RGB
CMYK
RGB Variations
Color information
#3CCC30 (or 0x3CCC30) is known color: Lime Green. HEX triplet: 3C, CC and 30. RGB value is (60,204,48). Sum of RGB (Red+Green+Blue) = 60+204+48=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC30 is #C333CF. Grayscale: #8F8F8F. Windows color (decimal): -12792784 or 3198012. OLE color: 3198012.
HSL color Cylindrical-coordinate representation of color #3CCC30: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CCC30 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 48 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.2 |
| HSL | 115.38º | 0.62% | 0.49% | - |
| HSV(B) | 115.38º | 0.76% | 0.8% | - |
| XYZ | 23.99 | 44.36 | 10.09 | - |
| YUV | 143.16 | 74.29 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 48 | 0.71 | 0 | 0.76 | 0.2 | 115.38 | 0.62 | 0.49 |
| Hex | 3C | CC | 30 | 47 | 0 | 4C | 14 | 73 | 3E | 31 |
| Octal | 74 | 314 | 60 | 107 | 0 | 114 | 24 | 163 | 76 | 61 |
| Binary | 111100 | 11001100 | 110000 | 1000111 | 0 | 1001100 | 10100 | 1110011 | 111110 | 110001 |
Color Harmonies of #3CCC30
Complementary color
Monochromatic Colors of #3CCC30
Black with #3CCC30
Text Example
Text Example
White with #3CCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC30; }
p { color: rgb(60,204,48); }
H1.HeaderClassName
{
color: #3CCC30;
}
.AnyTagClassName
{
color: #3CCC30;
}
</style>
background-color css
<style>
a { background-color: #3CCC30; }
a { background-color: rgb(60,204,48); }
div.DivClassName
{
background-color: #3CCC30;
}
.BgClassName
{
background-color: #3CCC30;
}
</style>
border-color css
<style>
span { border-color: #3CCC30; }
span { border-color: rgb(60,204,48); }
td.TdClassName
{
border-color: #3CCC30;
}
.TagClassName
{
border-color: #3CCC30;
}
</style>