Shades of Lime Green #3CDC30
Tints of Lime Green #3CDC30
RGB
CMYK
RGB Variations
Color information
#3CDC30 (or 0x3CDC30) is known color: Lime Green. HEX triplet: 3C, DC and 30. RGB value is (60,220,48). Sum of RGB (Red+Green+Blue) = 60+220+48=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC30 is #C323CF. Grayscale: #999999. Windows color (decimal): -12788688 or 3202108. OLE color: 3202108.
HSL color Cylindrical-coordinate representation of color #3CDC30: hue angle of 115.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CDC30 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 48 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.14 |
| HSL | 115.81º | 0.71% | 0.53% | - |
| HSV(B) | 115.81º | 0.78% | 0.86% | - |
| XYZ | 27.99 | 52.36 | 11.43 | - |
| YUV | 152.55 | 68.99 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 48 | 0.73 | 0 | 0.78 | 0.14 | 115.81 | 0.71 | 0.53 |
| Hex | 3C | DC | 30 | 49 | 0 | 4E | E | 74 | 47 | 35 |
| Octal | 74 | 334 | 60 | 111 | 0 | 116 | 16 | 164 | 107 | 65 |
| Binary | 111100 | 11011100 | 110000 | 1001001 | 0 | 1001110 | 1110 | 1110100 | 1000111 | 110101 |
Color Harmonies of #3CDC30
Complementary color
Monochromatic Colors of #3CDC30
Black with #3CDC30
Text Example
Text Example
White with #3CDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC30; }
p { color: rgb(60,220,48); }
H1.HeaderClassName
{
color: #3CDC30;
}
.AnyTagClassName
{
color: #3CDC30;
}
</style>
background-color css
<style>
a { background-color: #3CDC30; }
a { background-color: rgb(60,220,48); }
div.DivClassName
{
background-color: #3CDC30;
}
.BgClassName
{
background-color: #3CDC30;
}
</style>
border-color css
<style>
span { border-color: #3CDC30; }
span { border-color: rgb(60,220,48); }
td.TdClassName
{
border-color: #3CDC30;
}
.TagClassName
{
border-color: #3CDC30;
}
</style>