Shades of Lime Green #3CDE30
Tints of Lime Green #3CDE30
RGB
CMYK
RGB Variations
Color information
#3CDE30 (or 0x3CDE30) is known color: Lime Green. HEX triplet: 3C, DE and 30. RGB value is (60,222,48). Sum of RGB (Red+Green+Blue) = 60+222+48=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 222 (87.11% from 255 or 67.27% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDE30 is #C321CF. Grayscale: #9A9A9A. Windows color (decimal): -12788176 or 3202620. OLE color: 3202620.
HSL color Cylindrical-coordinate representation of color #3CDE30: hue angle of 115.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CDE30 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 48 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.13 |
| HSL | 115.86º | 0.73% | 0.53% | - |
| HSV(B) | 115.86º | 0.78% | 0.87% | - |
| XYZ | 28.52 | 53.42 | 11.6 | - |
| YUV | 153.73 | 68.33 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 48 | 0.73 | 0 | 0.78 | 0.13 | 115.86 | 0.73 | 0.53 |
| Hex | 3C | DE | 30 | 49 | 0 | 4E | D | 74 | 48 | 35 |
| Octal | 74 | 336 | 60 | 111 | 0 | 116 | 15 | 164 | 110 | 65 |
| Binary | 111100 | 11011110 | 110000 | 1001001 | 0 | 1001110 | 1101 | 1110100 | 1001000 | 110101 |
Color Harmonies of #3CDE30
Complementary color
Monochromatic Colors of #3CDE30
Black with #3CDE30
Text Example
Text Example
White with #3CDE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE30; }
p { color: rgb(60,222,48); }
H1.HeaderClassName
{
color: #3CDE30;
}
.AnyTagClassName
{
color: #3CDE30;
}
</style>
background-color css
<style>
a { background-color: #3CDE30; }
a { background-color: rgb(60,222,48); }
div.DivClassName
{
background-color: #3CDE30;
}
.BgClassName
{
background-color: #3CDE30;
}
</style>
border-color css
<style>
span { border-color: #3CDE30; }
span { border-color: rgb(60,222,48); }
td.TdClassName
{
border-color: #3CDE30;
}
.TagClassName
{
border-color: #3CDE30;
}
</style>