Shades of Kelly Green #3DD613
Tints of Kelly Green #3DD613
RGB
CMYK
RGB Variations
Color information
#3DD613 (or 0x3DD613) is known color: Kelly Green. HEX triplet: 3D, D6 and 13. RGB value is (61,214,19). Sum of RGB (Red+Green+Blue) = 61+214+19=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 214 (83.98% from 255 or 72.79% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD613 is #C229EC. Grayscale: #929292. Windows color (decimal): -12724717 or 1300029. OLE color: 1300029.
HSL color Cylindrical-coordinate representation of color #3DD613: hue angle of 107.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DD613 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 19 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.16 |
| HSL | 107.08º | 0.84% | 0.46% | - |
| HSV(B) | 107.08º | 0.91% | 0.84% | - |
| XYZ | 26.09 | 49.13 | 8.72 | - |
| YUV | 146.02 | 56.31 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 19 | 0.71 | 0 | 0.91 | 0.16 | 107.08 | 0.84 | 0.46 |
| Hex | 3D | D6 | 13 | 47 | 0 | 5B | 10 | 6B | 54 | 2E |
| Octal | 75 | 326 | 23 | 107 | 0 | 133 | 20 | 153 | 124 | 56 |
| Binary | 111101 | 11010110 | 10011 | 1000111 | 0 | 1011011 | 10000 | 1101011 | 1010100 | 101110 |
Color Harmonies of #3DD613
Complementary color
Monochromatic Colors of #3DD613
Black with #3DD613
Text Example
Text Example
White with #3DD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD613; }
p { color: rgb(61,214,19); }
H1.HeaderClassName
{
color: #3DD613;
}
.AnyTagClassName
{
color: #3DD613;
}
</style>
background-color css
<style>
a { background-color: #3DD613; }
a { background-color: rgb(61,214,19); }
div.DivClassName
{
background-color: #3DD613;
}
.BgClassName
{
background-color: #3DD613;
}
</style>
border-color css
<style>
span { border-color: #3DD613; }
span { border-color: rgb(61,214,19); }
td.TdClassName
{
border-color: #3DD613;
}
.TagClassName
{
border-color: #3DD613;
}
</style>