Shades of Kelly Green #3DB004
Tints of Kelly Green #3DB004
RGB
CMYK
RGB Variations
Color information
#3DB004 (or 0x3DB004) is known color: Kelly Green. HEX triplet: 3D, B0 and 04. RGB value is (61,176,4). Sum of RGB (Red+Green+Blue) = 61+176+4=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DB004 is #C24FFB. Grayscale: #7A7A7A. Windows color (decimal): -12734460 or 307261. OLE color: 307261.
HSL color Cylindrical-coordinate representation of color #3DB004: hue angle of 100.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DB004 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.31 |
| HSL | 100.12º | 0.96% | 0.35% | - |
| HSV(B) | 100.12º | 0.98% | 0.69% | - |
| XYZ | 17.47 | 32.05 | 5.38 | - |
| YUV | 122.01 | 61.4 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 4 | 0.65 | 0 | 0.98 | 0.31 | 100.12 | 0.96 | 0.35 |
| Hex | 3D | B0 | 4 | 41 | 0 | 62 | 1F | 64 | 60 | 23 |
| Octal | 75 | 260 | 4 | 101 | 0 | 142 | 37 | 144 | 140 | 43 |
| Binary | 111101 | 10110000 | 100 | 1000001 | 0 | 1100010 | 11111 | 1100100 | 1100000 | 100011 |
Color Harmonies of #3DB004
Complementary color
Monochromatic Colors of #3DB004
Black with #3DB004
Text Example
Text Example
White with #3DB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB004; }
p { color: rgb(61,176,4); }
H1.HeaderClassName
{
color: #3DB004;
}
.AnyTagClassName
{
color: #3DB004;
}
</style>
background-color css
<style>
a { background-color: #3DB004; }
a { background-color: rgb(61,176,4); }
div.DivClassName
{
background-color: #3DB004;
}
.BgClassName
{
background-color: #3DB004;
}
</style>
border-color css
<style>
span { border-color: #3DB004; }
span { border-color: rgb(61,176,4); }
td.TdClassName
{
border-color: #3DB004;
}
.TagClassName
{
border-color: #3DB004;
}
</style>