Shades of Kelly Green #3DCC07
Tints of Kelly Green #3DCC07
RGB
CMYK
RGB Variations
Color information
#3DCC07 (or 0x3DCC07) is known color: Kelly Green. HEX triplet: 3D, CC and 07. RGB value is (61,204,7). Sum of RGB (Red+Green+Blue) = 61+204+7=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCC07 is #C233F8. Grayscale: #8B8B8B. Windows color (decimal): -12727289 or 511037. OLE color: 511037.
HSL color Cylindrical-coordinate representation of color #3DCC07: hue angle of 103.55º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DCC07 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 7 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.2 |
| HSL | 103.55º | 0.93% | 0.41% | - |
| HSV(B) | 103.55º | 0.97% | 0.8% | - |
| XYZ | 23.56 | 44.19 | 7.49 | - |
| YUV | 138.79 | 53.62 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 7 | 0.70 | 0 | 0.97 | 0.2 | 103.55 | 0.93 | 0.41 |
| Hex | 3D | CC | 7 | 46 | 0 | 61 | 14 | 68 | 5D | 29 |
| Octal | 75 | 314 | 7 | 106 | 0 | 141 | 24 | 150 | 135 | 51 |
| Binary | 111101 | 11001100 | 111 | 1000110 | 0 | 1100001 | 10100 | 1101000 | 1011101 | 101001 |
Color Harmonies of #3DCC07
Complementary color
Monochromatic Colors of #3DCC07
Black with #3DCC07
Text Example
Text Example
White with #3DCC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC07; }
p { color: rgb(61,204,7); }
H1.HeaderClassName
{
color: #3DCC07;
}
.AnyTagClassName
{
color: #3DCC07;
}
</style>
background-color css
<style>
a { background-color: #3DCC07; }
a { background-color: rgb(61,204,7); }
div.DivClassName
{
background-color: #3DCC07;
}
.BgClassName
{
background-color: #3DCC07;
}
</style>
border-color css
<style>
span { border-color: #3DCC07; }
span { border-color: rgb(61,204,7); }
td.TdClassName
{
border-color: #3DCC07;
}
.TagClassName
{
border-color: #3DCC07;
}
</style>