Shades of Kelly Green #3CD40D
Tints of Kelly Green #3CD40D
RGB
CMYK
RGB Variations
Color information
#3CD40D (or 0x3CD40D) is known color: Kelly Green. HEX triplet: 3C, D4 and 0D. RGB value is (60,212,13). Sum of RGB (Red+Green+Blue) = 60+212+13=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD40D is #C32BF2. Grayscale: #909090. Windows color (decimal): -12790771 or 906300. OLE color: 906300.
HSL color Cylindrical-coordinate representation of color #3CD40D: hue angle of 105.83º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CD40D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 212 | 13 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.17 |
| HSL | 105.83º | 0.88% | 0.44% | - |
| HSV(B) | 105.83º | 0.94% | 0.83% | - |
| XYZ | 25.48 | 48.08 | 8.32 | - |
| YUV | 143.87 | 54.14 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 13 | 0.72 | 0 | 0.94 | 0.17 | 105.83 | 0.88 | 0.44 |
| Hex | 3C | D4 | D | 48 | 0 | 5E | 11 | 6A | 58 | 2C |
| Octal | 74 | 324 | 15 | 110 | 0 | 136 | 21 | 152 | 130 | 54 |
| Binary | 111100 | 11010100 | 1101 | 1001000 | 0 | 1011110 | 10001 | 1101010 | 1011000 | 101100 |
Color Harmonies of #3CD40D
Complementary color
Monochromatic Colors of #3CD40D
Black with #3CD40D
Text Example
Text Example
White with #3CD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD40D; }
p { color: rgb(60,212,13); }
H1.HeaderClassName
{
color: #3CD40D;
}
.AnyTagClassName
{
color: #3CD40D;
}
</style>
background-color css
<style>
a { background-color: #3CD40D; }
a { background-color: rgb(60,212,13); }
div.DivClassName
{
background-color: #3CD40D;
}
.BgClassName
{
background-color: #3CD40D;
}
</style>
border-color css
<style>
span { border-color: #3CD40D; }
span { border-color: rgb(60,212,13); }
td.TdClassName
{
border-color: #3CD40D;
}
.TagClassName
{
border-color: #3CD40D;
}
</style>