Shades of Kelly Green #3DC307
Tints of Kelly Green #3DC307
RGB
CMYK
RGB Variations
Color information
#3DC307 (or 0x3DC307) is known color: Kelly Green. HEX triplet: 3D, C3 and 07. RGB value is (61,195,7). Sum of RGB (Red+Green+Blue) = 61+195+7=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC307 is #C23CF8. Grayscale: #868686. Windows color (decimal): -12729593 or 508733. OLE color: 508733.
HSL color Cylindrical-coordinate representation of color #3DC307: hue angle of 102.77º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DC307 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 7 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.24 |
| HSL | 102.77º | 0.93% | 0.4% | - |
| HSV(B) | 102.77º | 0.96% | 0.76% | - |
| XYZ | 21.48 | 40.04 | 6.8 | - |
| YUV | 133.5 | 56.61 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 7 | 0.69 | 0 | 0.96 | 0.24 | 102.77 | 0.93 | 0.4 |
| Hex | 3D | C3 | 7 | 45 | 0 | 60 | 18 | 67 | 5D | 28 |
| Octal | 75 | 303 | 7 | 105 | 0 | 140 | 30 | 147 | 135 | 50 |
| Binary | 111101 | 11000011 | 111 | 1000101 | 0 | 1100000 | 11000 | 1100111 | 1011101 | 101000 |
Color Harmonies of #3DC307
Complementary color
Monochromatic Colors of #3DC307
Black with #3DC307
Text Example
Text Example
White with #3DC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC307; }
p { color: rgb(61,195,7); }
H1.HeaderClassName
{
color: #3DC307;
}
.AnyTagClassName
{
color: #3DC307;
}
</style>
background-color css
<style>
a { background-color: #3DC307; }
a { background-color: rgb(61,195,7); }
div.DivClassName
{
background-color: #3DC307;
}
.BgClassName
{
background-color: #3DC307;
}
</style>
border-color css
<style>
span { border-color: #3DC307; }
span { border-color: rgb(61,195,7); }
td.TdClassName
{
border-color: #3DC307;
}
.TagClassName
{
border-color: #3DC307;
}
</style>