Shades of Kelly Green #3BCD04
Tints of Kelly Green #3BCD04
RGB
CMYK
RGB Variations
Color information
#3BCD04 (or 0x3BCD04) is known color: Kelly Green. HEX triplet: 3B, CD and 04. RGB value is (59,205,4). Sum of RGB (Red+Green+Blue) = 59+205+4=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCD04 is #C432FB. Grayscale: #8B8B8B. Windows color (decimal): -12858108 or 314683. OLE color: 314683.
HSL color Cylindrical-coordinate representation of color #3BCD04: hue angle of 103.58º 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 #3BCD04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.20 |
| HSL | 103.58º | 0.96% | 0.41% | - |
| HSV(B) | 103.58º | 0.98% | 0.8% | - |
| XYZ | 23.66 | 44.6 | 7.48 | - |
| YUV | 138.43 | 52.13 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 4 | 0.71 | 0 | 0.98 | 0.20 | 103.58 | 0.96 | 0.41 |
| Hex | 3B | CD | 4 | 47 | 0 | 62 | 14 | 68 | 60 | 29 |
| Octal | 73 | 315 | 4 | 107 | 0 | 142 | 24 | 150 | 140 | 51 |
| Binary | 111011 | 11001101 | 100 | 1000111 | 0 | 1100010 | 10100 | 1101000 | 1100000 | 101001 |
Color Harmonies of #3BCD04
Complementary color
Monochromatic Colors of #3BCD04
Black with #3BCD04
Text Example
Text Example
White with #3BCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD04; }
p { color: rgb(59,205,4); }
H1.HeaderClassName
{
color: #3BCD04;
}
.AnyTagClassName
{
color: #3BCD04;
}
</style>
background-color css
<style>
a { background-color: #3BCD04; }
a { background-color: rgb(59,205,4); }
div.DivClassName
{
background-color: #3BCD04;
}
.BgClassName
{
background-color: #3BCD04;
}
</style>
border-color css
<style>
span { border-color: #3BCD04; }
span { border-color: rgb(59,205,4); }
td.TdClassName
{
border-color: #3BCD04;
}
.TagClassName
{
border-color: #3BCD04;
}
</style>