Shades of Kelly Green #3CBD00
Tints of Kelly Green #3CBD00
RGB
CMYK
RGB Variations
Color information
#3CBD00 (or 0x3CBD00) is known color: Kelly Green. HEX triplet: 3C, BD and 00. RGB value is (60,189,0). Sum of RGB (Red+Green+Blue) = 60+189+0=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 189 (74.22% from 255 or 75.90% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBD00 is #C342FF. Grayscale: #818181. Windows color (decimal): -12796672 or 48444. OLE color: 48444.
HSL color Cylindrical-coordinate representation of color #3CBD00: hue angle of 100.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CBD00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.26 |
| HSL | 100.95º | 1% | 0.37% | - |
| HSV(B) | 100.95º | 1% | 0.74% | - |
| XYZ | 20.06 | 37.36 | 6.15 | - |
| YUV | 128.88 | 55.26 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 0 | 0.68 | 0 | 1 | 0.26 | 100.95 | 1 | 0.37 |
| Hex | 3C | BD | 0 | 44 | 0 | 64 | 1A | 65 | 64 | 25 |
| Octal | 74 | 275 | 0 | 104 | 0 | 144 | 32 | 145 | 144 | 45 |
| Binary | 111100 | 10111101 | 0 | 1000100 | 0 | 1100100 | 11010 | 1100101 | 1100100 | 100101 |
Color Harmonies of #3CBD00
Complementary color
Monochromatic Colors of #3CBD00
Black with #3CBD00
Text Example
Text Example
White with #3CBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD00; }
p { color: rgb(60,189,0); }
H1.HeaderClassName
{
color: #3CBD00;
}
.AnyTagClassName
{
color: #3CBD00;
}
</style>
background-color css
<style>
a { background-color: #3CBD00; }
a { background-color: rgb(60,189,0); }
div.DivClassName
{
background-color: #3CBD00;
}
.BgClassName
{
background-color: #3CBD00;
}
</style>
border-color css
<style>
span { border-color: #3CBD00; }
span { border-color: rgb(60,189,0); }
td.TdClassName
{
border-color: #3CBD00;
}
.TagClassName
{
border-color: #3CBD00;
}
</style>