Shades of Kelly Green #3DC51D
Tints of Kelly Green #3DC51D
RGB
CMYK
RGB Variations
Color information
#3DC51D (or 0x3DC51D) is known color: Kelly Green. HEX triplet: 3D, C5 and 1D. RGB value is (61,197,29). Sum of RGB (Red+Green+Blue) = 61+197+29=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC51D is #C23AE2. Grayscale: #898989. Windows color (decimal): -12729059 or 1951037. OLE color: 1951037.
HSL color Cylindrical-coordinate representation of color #3DC51D: hue angle of 108.57º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DC51D is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 29 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.23 |
| HSL | 108.57º | 0.74% | 0.44% | - |
| HSV(B) | 108.57º | 0.85% | 0.77% | - |
| XYZ | 22.11 | 41.01 | 7.91 | - |
| YUV | 137.18 | 66.94 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 29 | 0.69 | 0 | 0.85 | 0.23 | 108.57 | 0.74 | 0.44 |
| Hex | 3D | C5 | 1D | 45 | 0 | 55 | 17 | 6D | 4A | 2C |
| Octal | 75 | 305 | 35 | 105 | 0 | 125 | 27 | 155 | 112 | 54 |
| Binary | 111101 | 11000101 | 11101 | 1000101 | 0 | 1010101 | 10111 | 1101101 | 1001010 | 101100 |
Color Harmonies of #3DC51D
Complementary color
Monochromatic Colors of #3DC51D
Black with #3DC51D
Text Example
Text Example
White with #3DC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC51D; }
p { color: rgb(61,197,29); }
H1.HeaderClassName
{
color: #3DC51D;
}
.AnyTagClassName
{
color: #3DC51D;
}
</style>
background-color css
<style>
a { background-color: #3DC51D; }
a { background-color: rgb(61,197,29); }
div.DivClassName
{
background-color: #3DC51D;
}
.BgClassName
{
background-color: #3DC51D;
}
</style>
border-color css
<style>
span { border-color: #3DC51D; }
span { border-color: rgb(61,197,29); }
td.TdClassName
{
border-color: #3DC51D;
}
.TagClassName
{
border-color: #3DC51D;
}
</style>