Shades of Kelly Green #3CB309
Tints of Kelly Green #3CB309
RGB
CMYK
RGB Variations
Color information
#3CB309 (or 0x3CB309) is known color: Kelly Green. HEX triplet: 3C, B3 and 09. RGB value is (60,179,9). Sum of RGB (Red+Green+Blue) = 60+179+9=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB309 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB309 is #C34CF6. Grayscale: #7C7C7C. Windows color (decimal): -12799223 or 635708. OLE color: 635708.
HSL color Cylindrical-coordinate representation of color #3CB309: hue angle of 102º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CB309 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 9 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.30 |
| HSL | 102º | 0.9% | 0.37% | - |
| HSV(B) | 102º | 0.95% | 0.7% | - |
| XYZ | 18.03 | 33.22 | 5.72 | - |
| YUV | 124.04 | 63.08 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 9 | 0.66 | 0 | 0.95 | 0.30 | 102 | 0.9 | 0.37 |
| Hex | 3C | B3 | 9 | 42 | 0 | 5F | 1E | 66 | 5A | 25 |
| Octal | 74 | 263 | 11 | 102 | 0 | 137 | 36 | 146 | 132 | 45 |
| Binary | 111100 | 10110011 | 1001 | 1000010 | 0 | 1011111 | 11110 | 1100110 | 1011010 | 100101 |
Color Harmonies of #3CB309
Complementary color
Monochromatic Colors of #3CB309
Black with #3CB309
Text Example
Text Example
White with #3CB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB309; }
p { color: rgb(60,179,9); }
H1.HeaderClassName
{
color: #3CB309;
}
.AnyTagClassName
{
color: #3CB309;
}
</style>
background-color css
<style>
a { background-color: #3CB309; }
a { background-color: rgb(60,179,9); }
div.DivClassName
{
background-color: #3CB309;
}
.BgClassName
{
background-color: #3CB309;
}
</style>
border-color css
<style>
span { border-color: #3CB309; }
span { border-color: rgb(60,179,9); }
td.TdClassName
{
border-color: #3CB309;
}
.TagClassName
{
border-color: #3CB309;
}
</style>