Shades of Kelly Green #3DC012
Tints of Kelly Green #3DC012
RGB
CMYK
RGB Variations
Color information
#3DC012 (or 0x3DC012) is known color: Kelly Green. HEX triplet: 3D, C0 and 12. RGB value is (61,192,18). Sum of RGB (Red+Green+Blue) = 61+192+18=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC012 is #C23FED. Grayscale: #858585. Windows color (decimal): -12730350 or 1228861. OLE color: 1228861.
HSL color Cylindrical-coordinate representation of color #3DC012: hue angle of 105.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DC012 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 18 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.25 |
| HSL | 105.17º | 0.83% | 0.41% | - |
| HSV(B) | 105.17º | 0.91% | 0.75% | - |
| XYZ | 20.88 | 38.74 | 6.95 | - |
| YUV | 133 | 63.1 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 18 | 0.68 | 0 | 0.91 | 0.25 | 105.17 | 0.83 | 0.41 |
| Hex | 3D | C0 | 12 | 44 | 0 | 5B | 19 | 69 | 53 | 29 |
| Octal | 75 | 300 | 22 | 104 | 0 | 133 | 31 | 151 | 123 | 51 |
| Binary | 111101 | 11000000 | 10010 | 1000100 | 0 | 1011011 | 11001 | 1101001 | 1010011 | 101001 |
Color Harmonies of #3DC012
Complementary color
Monochromatic Colors of #3DC012
Black with #3DC012
Text Example
Text Example
White with #3DC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC012; }
p { color: rgb(61,192,18); }
H1.HeaderClassName
{
color: #3DC012;
}
.AnyTagClassName
{
color: #3DC012;
}
</style>
background-color css
<style>
a { background-color: #3DC012; }
a { background-color: rgb(61,192,18); }
div.DivClassName
{
background-color: #3DC012;
}
.BgClassName
{
background-color: #3DC012;
}
</style>
border-color css
<style>
span { border-color: #3DC012; }
span { border-color: rgb(61,192,18); }
td.TdClassName
{
border-color: #3DC012;
}
.TagClassName
{
border-color: #3DC012;
}
</style>