Shades of Kelly Green #3BD707
Tints of Kelly Green #3BD707
RGB
CMYK
RGB Variations
Color information
#3BD707 (or 0x3BD707) is known color: Kelly Green. HEX triplet: 3B, D7 and 07. RGB value is (59,215,7). Sum of RGB (Red+Green+Blue) = 59+215+7=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 215 (84.38% from 255 or 76.51% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD707 is #C428F8. Grayscale: #919191. Windows color (decimal): -12855545 or 513851. OLE color: 513851.
HSL color Cylindrical-coordinate representation of color #3BD707: hue angle of 105º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BD707 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.16 |
| HSL | 105º | 0.94% | 0.44% | - |
| HSV(B) | 105º | 0.97% | 0.84% | - |
| XYZ | 26.14 | 49.55 | 8.39 | - |
| YUV | 144.64 | 50.32 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 7 | 0.73 | 0 | 0.97 | 0.16 | 105 | 0.94 | 0.44 |
| Hex | 3B | D7 | 7 | 49 | 0 | 61 | 10 | 69 | 5E | 2C |
| Octal | 73 | 327 | 7 | 111 | 0 | 141 | 20 | 151 | 136 | 54 |
| Binary | 111011 | 11010111 | 111 | 1001001 | 0 | 1100001 | 10000 | 1101001 | 1011110 | 101100 |
Color Harmonies of #3BD707
Complementary color
Monochromatic Colors of #3BD707
Black with #3BD707
Text Example
Text Example
White with #3BD707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD707; }
p { color: rgb(59,215,7); }
H1.HeaderClassName
{
color: #3BD707;
}
.AnyTagClassName
{
color: #3BD707;
}
</style>
background-color css
<style>
a { background-color: #3BD707; }
a { background-color: rgb(59,215,7); }
div.DivClassName
{
background-color: #3BD707;
}
.BgClassName
{
background-color: #3BD707;
}
</style>
border-color css
<style>
span { border-color: #3BD707; }
span { border-color: rgb(59,215,7); }
td.TdClassName
{
border-color: #3BD707;
}
.TagClassName
{
border-color: #3BD707;
}
</style>