Shades of Kelly Green #3BCD03
Tints of Kelly Green #3BCD03
RGB
CMYK
RGB Variations
Color information
#3BCD03 (or 0x3BCD03) is known color: Kelly Green. HEX triplet: 3B, CD and 03. RGB value is (59,205,3). Sum of RGB (Red+Green+Blue) = 59+205+3=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 205 (80.47% from 255 or 76.78% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCD03 is #C432FC. Grayscale: #8A8A8A. Windows color (decimal): -12858109 or 249147. OLE color: 249147.
HSL color Cylindrical-coordinate representation of color #3BCD03: hue angle of 103.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BCD03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.20 |
| HSL | 103.37º | 0.97% | 0.41% | - |
| HSV(B) | 103.37º | 0.99% | 0.8% | - |
| XYZ | 23.65 | 44.6 | 7.45 | - |
| YUV | 138.32 | 51.63 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 3 | 0.71 | 0 | 0.99 | 0.20 | 103.37 | 0.97 | 0.41 |
| Hex | 3B | CD | 3 | 47 | 0 | 63 | 14 | 67 | 61 | 29 |
| Octal | 73 | 315 | 3 | 107 | 0 | 143 | 24 | 147 | 141 | 51 |
| Binary | 111011 | 11001101 | 11 | 1000111 | 0 | 1100011 | 10100 | 1100111 | 1100001 | 101001 |
Color Harmonies of #3BCD03
Complementary color
Monochromatic Colors of #3BCD03
Black with #3BCD03
Text Example
Text Example
White with #3BCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD03; }
p { color: rgb(59,205,3); }
H1.HeaderClassName
{
color: #3BCD03;
}
.AnyTagClassName
{
color: #3BCD03;
}
</style>
background-color css
<style>
a { background-color: #3BCD03; }
a { background-color: rgb(59,205,3); }
div.DivClassName
{
background-color: #3BCD03;
}
.BgClassName
{
background-color: #3BCD03;
}
</style>
border-color css
<style>
span { border-color: #3BCD03; }
span { border-color: rgb(59,205,3); }
td.TdClassName
{
border-color: #3BCD03;
}
.TagClassName
{
border-color: #3BCD03;
}
</style>