Shades of Kelly Green #3DB30A
Tints of Kelly Green #3DB30A
RGB
CMYK
RGB Variations
Color information
#3DB30A (or 0x3DB30A) is known color: Kelly Green. HEX triplet: 3D, B3 and 0A. RGB value is (61,179,10). Sum of RGB (Red+Green+Blue) = 61+179+10=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB30A is #C24CF5. Grayscale: #7D7D7D. Windows color (decimal): -12733686 or 701245. OLE color: 701245.
HSL color Cylindrical-coordinate representation of color #3DB30A: hue angle of 101.89º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DB30A is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 10 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.30 |
| HSL | 101.89º | 0.89% | 0.37% | - |
| HSV(B) | 101.89º | 0.94% | 0.7% | - |
| XYZ | 18.1 | 33.25 | 5.75 | - |
| YUV | 124.45 | 63.41 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 10 | 0.66 | 0 | 0.94 | 0.30 | 101.89 | 0.89 | 0.37 |
| Hex | 3D | B3 | A | 42 | 0 | 5E | 1E | 66 | 59 | 25 |
| Octal | 75 | 263 | 12 | 102 | 0 | 136 | 36 | 146 | 131 | 45 |
| Binary | 111101 | 10110011 | 1010 | 1000010 | 0 | 1011110 | 11110 | 1100110 | 1011001 | 100101 |
Color Harmonies of #3DB30A
Complementary color
Monochromatic Colors of #3DB30A
Black with #3DB30A
Text Example
Text Example
White with #3DB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB30A; }
p { color: rgb(61,179,10); }
H1.HeaderClassName
{
color: #3DB30A;
}
.AnyTagClassName
{
color: #3DB30A;
}
</style>
background-color css
<style>
a { background-color: #3DB30A; }
a { background-color: rgb(61,179,10); }
div.DivClassName
{
background-color: #3DB30A;
}
.BgClassName
{
background-color: #3DB30A;
}
</style>
border-color css
<style>
span { border-color: #3DB30A; }
span { border-color: rgb(61,179,10); }
td.TdClassName
{
border-color: #3DB30A;
}
.TagClassName
{
border-color: #3DB30A;
}
</style>