Shades of Kelly Green #3DC015
Tints of Kelly Green #3DC015
RGB
CMYK
RGB Variations
Color information
#3DC015 (or 0x3DC015) is known color: Kelly Green. HEX triplet: 3D, C0 and 15. RGB value is (61,192,21). Sum of RGB (Red+Green+Blue) = 61+192+21=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC015 is #C23FEA. Grayscale: #858585. Windows color (decimal): -12730347 or 1425469. OLE color: 1425469.
HSL color Cylindrical-coordinate representation of color #3DC015: hue angle of 105.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DC015 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 21 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.25 |
| HSL | 105.96º | 0.8% | 0.42% | - |
| HSV(B) | 105.96º | 0.89% | 0.75% | - |
| XYZ | 20.91 | 38.75 | 7.09 | - |
| YUV | 133.34 | 64.6 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 21 | 0.68 | 0 | 0.89 | 0.25 | 105.96 | 0.8 | 0.42 |
| Hex | 3D | C0 | 15 | 44 | 0 | 59 | 19 | 6A | 50 | 2A |
| Octal | 75 | 300 | 25 | 104 | 0 | 131 | 31 | 152 | 120 | 52 |
| Binary | 111101 | 11000000 | 10101 | 1000100 | 0 | 1011001 | 11001 | 1101010 | 1010000 | 101010 |
Color Harmonies of #3DC015
Complementary color
Monochromatic Colors of #3DC015
Black with #3DC015
Text Example
Text Example
White with #3DC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC015; }
p { color: rgb(61,192,21); }
H1.HeaderClassName
{
color: #3DC015;
}
.AnyTagClassName
{
color: #3DC015;
}
</style>
background-color css
<style>
a { background-color: #3DC015; }
a { background-color: rgb(61,192,21); }
div.DivClassName
{
background-color: #3DC015;
}
.BgClassName
{
background-color: #3DC015;
}
</style>
border-color css
<style>
span { border-color: #3DC015; }
span { border-color: rgb(61,192,21); }
td.TdClassName
{
border-color: #3DC015;
}
.TagClassName
{
border-color: #3DC015;
}
</style>