Shades of Kelly Green #3CC307
Tints of Kelly Green #3CC307
RGB
CMYK
RGB Variations
Color information
#3CC307 (or 0x3CC307) is known color: Kelly Green. HEX triplet: 3C, C3 and 07. RGB value is (60,195,7). Sum of RGB (Red+Green+Blue) = 60+195+7=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 195 (76.56% from 255 or 74.43% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC307 is #C33CF8. Grayscale: #858585. Windows color (decimal): -12795129 or 508732. OLE color: 508732.
HSL color Cylindrical-coordinate representation of color #3CC307: hue angle of 103.09º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CC307 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 7 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.24 |
| HSL | 103.09º | 0.93% | 0.4% | - |
| HSV(B) | 103.09º | 0.96% | 0.76% | - |
| XYZ | 21.42 | 40.01 | 6.79 | - |
| YUV | 133.2 | 56.77 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 7 | 0.69 | 0 | 0.96 | 0.24 | 103.09 | 0.93 | 0.4 |
| Hex | 3C | C3 | 7 | 45 | 0 | 60 | 18 | 67 | 5D | 28 |
| Octal | 74 | 303 | 7 | 105 | 0 | 140 | 30 | 147 | 135 | 50 |
| Binary | 111100 | 11000011 | 111 | 1000101 | 0 | 1100000 | 11000 | 1100111 | 1011101 | 101000 |
Color Harmonies of #3CC307
Complementary color
Monochromatic Colors of #3CC307
Black with #3CC307
Text Example
Text Example
White with #3CC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC307; }
p { color: rgb(60,195,7); }
H1.HeaderClassName
{
color: #3CC307;
}
.AnyTagClassName
{
color: #3CC307;
}
</style>
background-color css
<style>
a { background-color: #3CC307; }
a { background-color: rgb(60,195,7); }
div.DivClassName
{
background-color: #3CC307;
}
.BgClassName
{
background-color: #3CC307;
}
</style>
border-color css
<style>
span { border-color: #3CC307; }
span { border-color: rgb(60,195,7); }
td.TdClassName
{
border-color: #3CC307;
}
.TagClassName
{
border-color: #3CC307;
}
</style>