Shades of Lime Green #3CD83C
Tints of Lime Green #3CD83C
RGB
CMYK
RGB Variations
Color information
#3CD83C (or 0x3CD83C) is known color: Lime Green. HEX triplet: 3C, D8 and 3C. RGB value is (60,216,60). Sum of RGB (Red+Green+Blue) = 60+216+60=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD83C is #C327C3. Grayscale: #989898. Windows color (decimal): -12789700 or 3987516. OLE color: 3987516.
HSL color Cylindrical-coordinate representation of color #3CD83C: hue angle of 120º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD83C is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 216 | 60 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.15 |
| HSL | 120º | 0.67% | 0.54% | - |
| HSV(B) | 120º | 0.72% | 0.85% | - |
| XYZ | 27.23 | 50.4 | 12.57 | - |
| YUV | 151.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 216 | 60 | 0.72 | 0 | 0.72 | 0.15 | 120 | 0.67 | 0.54 |
| Hex | 3C | D8 | 3C | 48 | 0 | 48 | F | 78 | 43 | 36 |
| Octal | 74 | 330 | 74 | 110 | 0 | 110 | 17 | 170 | 103 | 66 |
| Binary | 111100 | 11011000 | 111100 | 1001000 | 0 | 1001000 | 1111 | 1111000 | 1000011 | 110110 |
Color Harmonies of #3CD83C
Complementary color
Monochromatic Colors of #3CD83C
Black with #3CD83C
Text Example
Text Example
White with #3CD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD83C; }
p { color: rgb(60,216,60); }
H1.HeaderClassName
{
color: #3CD83C;
}
.AnyTagClassName
{
color: #3CD83C;
}
</style>
background-color css
<style>
a { background-color: #3CD83C; }
a { background-color: rgb(60,216,60); }
div.DivClassName
{
background-color: #3CD83C;
}
.BgClassName
{
background-color: #3CD83C;
}
</style>
border-color css
<style>
span { border-color: #3CD83C; }
span { border-color: rgb(60,216,60); }
td.TdClassName
{
border-color: #3CD83C;
}
.TagClassName
{
border-color: #3CD83C;
}
</style>