Shades of Kelly Green #3DBC13
Tints of Kelly Green #3DBC13
RGB
CMYK
RGB Variations
Color information
#3DBC13 (or 0x3DBC13) is known color: Kelly Green. HEX triplet: 3D, BC and 13. RGB value is (61,188,19). Sum of RGB (Red+Green+Blue) = 61+188+19=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBC13 is #C243EC. Grayscale: #838383. Windows color (decimal): -12731373 or 1293373. OLE color: 1293373.
HSL color Cylindrical-coordinate representation of color #3DBC13: hue angle of 105.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DBC13 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 19 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.26 |
| HSL | 105.09º | 0.82% | 0.41% | - |
| HSV(B) | 105.09º | 0.9% | 0.74% | - |
| XYZ | 20.03 | 37.01 | 6.7 | - |
| YUV | 130.76 | 64.92 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 19 | 0.68 | 0 | 0.90 | 0.26 | 105.09 | 0.82 | 0.41 |
| Hex | 3D | BC | 13 | 44 | 0 | 5A | 1A | 69 | 52 | 29 |
| Octal | 75 | 274 | 23 | 104 | 0 | 132 | 32 | 151 | 122 | 51 |
| Binary | 111101 | 10111100 | 10011 | 1000100 | 0 | 1011010 | 11010 | 1101001 | 1010010 | 101001 |
Color Harmonies of #3DBC13
Complementary color
Monochromatic Colors of #3DBC13
Black with #3DBC13
Text Example
Text Example
White with #3DBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC13; }
p { color: rgb(61,188,19); }
H1.HeaderClassName
{
color: #3DBC13;
}
.AnyTagClassName
{
color: #3DBC13;
}
</style>
background-color css
<style>
a { background-color: #3DBC13; }
a { background-color: rgb(61,188,19); }
div.DivClassName
{
background-color: #3DBC13;
}
.BgClassName
{
background-color: #3DBC13;
}
</style>
border-color css
<style>
span { border-color: #3DBC13; }
span { border-color: rgb(61,188,19); }
td.TdClassName
{
border-color: #3DBC13;
}
.TagClassName
{
border-color: #3DBC13;
}
</style>