Shades of Kelly Green #3DCD03
Tints of Kelly Green #3DCD03
RGB
CMYK
RGB Variations
Color information
#3DCD03 (or 0x3DCD03) is known color: Kelly Green. HEX triplet: 3D, CD and 03. RGB value is (61,205,3). Sum of RGB (Red+Green+Blue) = 61+205+3=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCD03 is #C232FC. Grayscale: #8B8B8B. Windows color (decimal): -12727037 or 249149. OLE color: 249149.
HSL color Cylindrical-coordinate representation of color #3DCD03: hue angle of 102.77º 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 #3DCD03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.20 |
| HSL | 102.77º | 0.97% | 0.41% | - |
| HSV(B) | 102.77º | 0.99% | 0.8% | - |
| XYZ | 23.77 | 44.66 | 7.45 | - |
| YUV | 138.92 | 51.29 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 3 | 0.70 | 0 | 0.99 | 0.20 | 102.77 | 0.97 | 0.41 |
| Hex | 3D | CD | 3 | 46 | 0 | 63 | 14 | 67 | 61 | 29 |
| Octal | 75 | 315 | 3 | 106 | 0 | 143 | 24 | 147 | 141 | 51 |
| Binary | 111101 | 11001101 | 11 | 1000110 | 0 | 1100011 | 10100 | 1100111 | 1100001 | 101001 |
Color Harmonies of #3DCD03
Complementary color
Monochromatic Colors of #3DCD03
Black with #3DCD03
Text Example
Text Example
White with #3DCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD03; }
p { color: rgb(61,205,3); }
H1.HeaderClassName
{
color: #3DCD03;
}
.AnyTagClassName
{
color: #3DCD03;
}
</style>
background-color css
<style>
a { background-color: #3DCD03; }
a { background-color: rgb(61,205,3); }
div.DivClassName
{
background-color: #3DCD03;
}
.BgClassName
{
background-color: #3DCD03;
}
</style>
border-color css
<style>
span { border-color: #3DCD03; }
span { border-color: rgb(61,205,3); }
td.TdClassName
{
border-color: #3DCD03;
}
.TagClassName
{
border-color: #3DCD03;
}
</style>