Shades of Kelly Green #3BD008
Tints of Kelly Green #3BD008
RGB
CMYK
RGB Variations
Color information
#3BD008 (or 0x3BD008) is known color: Kelly Green. HEX triplet: 3B, D0 and 08. RGB value is (59,208,8). Sum of RGB (Red+Green+Blue) = 59+208+8=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 208 (81.64% from 255 or 75.64% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD008 is #C42FF7. Grayscale: #8D8D8D. Windows color (decimal): -12857336 or 577595. OLE color: 577595.
HSL color Cylindrical-coordinate representation of color #3BD008: hue angle of 104.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BD008 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.18 |
| HSL | 104.7º | 0.93% | 0.42% | - |
| HSV(B) | 104.7º | 0.96% | 0.82% | - |
| XYZ | 24.4 | 46.06 | 7.83 | - |
| YUV | 140.65 | 53.14 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 8 | 0.72 | 0 | 0.96 | 0.18 | 104.7 | 0.93 | 0.42 |
| Hex | 3B | D0 | 8 | 48 | 0 | 60 | 12 | 69 | 5D | 2A |
| Octal | 73 | 320 | 10 | 110 | 0 | 140 | 22 | 151 | 135 | 52 |
| Binary | 111011 | 11010000 | 1000 | 1001000 | 0 | 1100000 | 10010 | 1101001 | 1011101 | 101010 |
Color Harmonies of #3BD008
Complementary color
Monochromatic Colors of #3BD008
Black with #3BD008
Text Example
Text Example
White with #3BD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD008; }
p { color: rgb(59,208,8); }
H1.HeaderClassName
{
color: #3BD008;
}
.AnyTagClassName
{
color: #3BD008;
}
</style>
background-color css
<style>
a { background-color: #3BD008; }
a { background-color: rgb(59,208,8); }
div.DivClassName
{
background-color: #3BD008;
}
.BgClassName
{
background-color: #3BD008;
}
</style>
border-color css
<style>
span { border-color: #3BD008; }
span { border-color: rgb(59,208,8); }
td.TdClassName
{
border-color: #3BD008;
}
.TagClassName
{
border-color: #3BD008;
}
</style>