Shades of Kelly Green #3CBC08
Tints of Kelly Green #3CBC08
RGB
CMYK
RGB Variations
Color information
#3CBC08 (or 0x3CBC08) is known color: Kelly Green. HEX triplet: 3C, BC and 08. RGB value is (60,188,8). Sum of RGB (Red+Green+Blue) = 60+188+8=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBC08 is #C343F7. Grayscale: #818181. Windows color (decimal): -12796920 or 572476. OLE color: 572476.
HSL color Cylindrical-coordinate representation of color #3CBC08: hue angle of 102.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CBC08 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.26 |
| HSL | 102.67º | 0.92% | 0.38% | - |
| HSV(B) | 102.67º | 0.96% | 0.74% | - |
| XYZ | 19.89 | 36.94 | 6.31 | - |
| YUV | 129.21 | 59.59 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 8 | 0.68 | 0 | 0.96 | 0.26 | 102.67 | 0.92 | 0.38 |
| Hex | 3C | BC | 8 | 44 | 0 | 60 | 1A | 67 | 5C | 26 |
| Octal | 74 | 274 | 10 | 104 | 0 | 140 | 32 | 147 | 134 | 46 |
| Binary | 111100 | 10111100 | 1000 | 1000100 | 0 | 1100000 | 11010 | 1100111 | 1011100 | 100110 |
Color Harmonies of #3CBC08
Complementary color
Monochromatic Colors of #3CBC08
Black with #3CBC08
Text Example
Text Example
White with #3CBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC08; }
p { color: rgb(60,188,8); }
H1.HeaderClassName
{
color: #3CBC08;
}
.AnyTagClassName
{
color: #3CBC08;
}
</style>
background-color css
<style>
a { background-color: #3CBC08; }
a { background-color: rgb(60,188,8); }
div.DivClassName
{
background-color: #3CBC08;
}
.BgClassName
{
background-color: #3CBC08;
}
</style>
border-color css
<style>
span { border-color: #3CBC08; }
span { border-color: rgb(60,188,8); }
td.TdClassName
{
border-color: #3CBC08;
}
.TagClassName
{
border-color: #3CBC08;
}
</style>