Shades of Kelly Green #3CB308
Tints of Kelly Green #3CB308
RGB
CMYK
RGB Variations
Color information
#3CB308 (or 0x3CB308) is known color: Kelly Green. HEX triplet: 3C, B3 and 08. RGB value is (60,179,8). Sum of RGB (Red+Green+Blue) = 60+179+8=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB308 is #C34CF7. Grayscale: #7C7C7C. Windows color (decimal): -12799224 or 570172. OLE color: 570172.
HSL color Cylindrical-coordinate representation of color #3CB308: hue angle of 101.75º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CB308 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.30 |
| HSL | 101.75º | 0.91% | 0.37% | - |
| HSV(B) | 101.75º | 0.96% | 0.7% | - |
| XYZ | 18.03 | 33.22 | 5.69 | - |
| YUV | 123.93 | 62.58 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 8 | 0.66 | 0 | 0.96 | 0.30 | 101.75 | 0.91 | 0.37 |
| Hex | 3C | B3 | 8 | 42 | 0 | 60 | 1E | 66 | 5B | 25 |
| Octal | 74 | 263 | 10 | 102 | 0 | 140 | 36 | 146 | 133 | 45 |
| Binary | 111100 | 10110011 | 1000 | 1000010 | 0 | 1100000 | 11110 | 1100110 | 1011011 | 100101 |
Color Harmonies of #3CB308
Complementary color
Monochromatic Colors of #3CB308
Black with #3CB308
Text Example
Text Example
White with #3CB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB308; }
p { color: rgb(60,179,8); }
H1.HeaderClassName
{
color: #3CB308;
}
.AnyTagClassName
{
color: #3CB308;
}
</style>
background-color css
<style>
a { background-color: #3CB308; }
a { background-color: rgb(60,179,8); }
div.DivClassName
{
background-color: #3CB308;
}
.BgClassName
{
background-color: #3CB308;
}
</style>
border-color css
<style>
span { border-color: #3CB308; }
span { border-color: rgb(60,179,8); }
td.TdClassName
{
border-color: #3CB308;
}
.TagClassName
{
border-color: #3CB308;
}
</style>