Shades of Kelly Green #3DB01D
Tints of Kelly Green #3DB01D
RGB
CMYK
RGB Variations
Color information
#3DB01D (or 0x3DB01D) is known color: Kelly Green. HEX triplet: 3D, B0 and 1D. RGB value is (61,176,29). Sum of RGB (Red+Green+Blue) = 61+176+29=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB01D is #C24FE2. Grayscale: #7D7D7D. Windows color (decimal): -12734435 or 1945661. OLE color: 1945661.
HSL color Cylindrical-coordinate representation of color #3DB01D: hue angle of 106.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DB01D is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 29 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.31 |
| HSL | 106.94º | 0.72% | 0.4% | - |
| HSV(B) | 106.94º | 0.84% | 0.69% | - |
| XYZ | 17.67 | 32.13 | 6.43 | - |
| YUV | 124.86 | 73.9 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 29 | 0.65 | 0 | 0.84 | 0.31 | 106.94 | 0.72 | 0.4 |
| Hex | 3D | B0 | 1D | 41 | 0 | 54 | 1F | 6B | 48 | 28 |
| Octal | 75 | 260 | 35 | 101 | 0 | 124 | 37 | 153 | 110 | 50 |
| Binary | 111101 | 10110000 | 11101 | 1000001 | 0 | 1010100 | 11111 | 1101011 | 1001000 | 101000 |
Color Harmonies of #3DB01D
Complementary color
Monochromatic Colors of #3DB01D
Black with #3DB01D
Text Example
Text Example
White with #3DB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB01D; }
p { color: rgb(61,176,29); }
H1.HeaderClassName
{
color: #3DB01D;
}
.AnyTagClassName
{
color: #3DB01D;
}
</style>
background-color css
<style>
a { background-color: #3DB01D; }
a { background-color: rgb(61,176,29); }
div.DivClassName
{
background-color: #3DB01D;
}
.BgClassName
{
background-color: #3DB01D;
}
</style>
border-color css
<style>
span { border-color: #3DB01D; }
span { border-color: rgb(61,176,29); }
td.TdClassName
{
border-color: #3DB01D;
}
.TagClassName
{
border-color: #3DB01D;
}
</style>