Shades of Kelly Green #3DD515
Tints of Kelly Green #3DD515
RGB
CMYK
RGB Variations
Color information
#3DD515 (or 0x3DD515) is known color: Kelly Green. HEX triplet: 3D, D5 and 15. RGB value is (61,213,21). Sum of RGB (Red+Green+Blue) = 61+213+21=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD515 is #C22AEA. Grayscale: #929292. Windows color (decimal): -12724971 or 1430845. OLE color: 1430845.
HSL color Cylindrical-coordinate representation of color #3DD515: hue angle of 107.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DD515 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 21 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.16 |
| HSL | 107.5º | 0.82% | 0.46% | - |
| HSV(B) | 107.5º | 0.9% | 0.84% | - |
| XYZ | 25.85 | 48.63 | 8.73 | - |
| YUV | 145.66 | 57.64 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 21 | 0.71 | 0 | 0.90 | 0.16 | 107.5 | 0.82 | 0.46 |
| Hex | 3D | D5 | 15 | 47 | 0 | 5A | 10 | 6C | 52 | 2E |
| Octal | 75 | 325 | 25 | 107 | 0 | 132 | 20 | 154 | 122 | 56 |
| Binary | 111101 | 11010101 | 10101 | 1000111 | 0 | 1011010 | 10000 | 1101100 | 1010010 | 101110 |
Color Harmonies of #3DD515
Complementary color
Monochromatic Colors of #3DD515
Black with #3DD515
Text Example
Text Example
White with #3DD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD515; }
p { color: rgb(61,213,21); }
H1.HeaderClassName
{
color: #3DD515;
}
.AnyTagClassName
{
color: #3DD515;
}
</style>
background-color css
<style>
a { background-color: #3DD515; }
a { background-color: rgb(61,213,21); }
div.DivClassName
{
background-color: #3DD515;
}
.BgClassName
{
background-color: #3DD515;
}
</style>
border-color css
<style>
span { border-color: #3DD515; }
span { border-color: rgb(61,213,21); }
td.TdClassName
{
border-color: #3DD515;
}
.TagClassName
{
border-color: #3DD515;
}
</style>