Shades of Kelly Green #3DCC04
Tints of Kelly Green #3DCC04
RGB
CMYK
RGB Variations
Color information
#3DCC04 (or 0x3DCC04) is known color: Kelly Green. HEX triplet: 3D, CC and 04. RGB value is (61,204,4). Sum of RGB (Red+Green+Blue) = 61+204+4=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCC04 is #C233FB. Grayscale: #8B8B8B. Windows color (decimal): -12727292 or 314429. OLE color: 314429.
HSL color Cylindrical-coordinate representation of color #3DCC04: hue angle of 102.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DCC04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.2 |
| HSL | 102.9º | 0.96% | 0.41% | - |
| HSV(B) | 102.9º | 0.98% | 0.8% | - |
| XYZ | 23.54 | 44.19 | 7.4 | - |
| YUV | 138.44 | 52.12 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 4 | 0.70 | 0 | 0.98 | 0.2 | 102.9 | 0.96 | 0.41 |
| Hex | 3D | CC | 4 | 46 | 0 | 62 | 14 | 67 | 60 | 29 |
| Octal | 75 | 314 | 4 | 106 | 0 | 142 | 24 | 147 | 140 | 51 |
| Binary | 111101 | 11001100 | 100 | 1000110 | 0 | 1100010 | 10100 | 1100111 | 1100000 | 101001 |
Color Harmonies of #3DCC04
Complementary color
Monochromatic Colors of #3DCC04
Black with #3DCC04
Text Example
Text Example
White with #3DCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC04; }
p { color: rgb(61,204,4); }
H1.HeaderClassName
{
color: #3DCC04;
}
.AnyTagClassName
{
color: #3DCC04;
}
</style>
background-color css
<style>
a { background-color: #3DCC04; }
a { background-color: rgb(61,204,4); }
div.DivClassName
{
background-color: #3DCC04;
}
.BgClassName
{
background-color: #3DCC04;
}
</style>
border-color css
<style>
span { border-color: #3DCC04; }
span { border-color: rgb(61,204,4); }
td.TdClassName
{
border-color: #3DCC04;
}
.TagClassName
{
border-color: #3DCC04;
}
</style>