Shades of Kelly Green #3CC30A
Tints of Kelly Green #3CC30A
RGB
CMYK
RGB Variations
Color information
#3CC30A (or 0x3CC30A) is known color: Kelly Green. HEX triplet: 3C, C3 and 0A. RGB value is (60,195,10). Sum of RGB (Red+Green+Blue) = 60+195+10=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC30A is #C33CF5. Grayscale: #868686. Windows color (decimal): -12795126 or 705340. OLE color: 705340.
HSL color Cylindrical-coordinate representation of color #3CC30A: hue angle of 103.78º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CC30A is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 10 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.24 |
| HSL | 103.78º | 0.9% | 0.4% | - |
| HSV(B) | 103.78º | 0.95% | 0.76% | - |
| XYZ | 21.43 | 40.01 | 6.88 | - |
| YUV | 133.55 | 58.27 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 10 | 0.69 | 0 | 0.95 | 0.24 | 103.78 | 0.9 | 0.4 |
| Hex | 3C | C3 | A | 45 | 0 | 5F | 18 | 68 | 5A | 28 |
| Octal | 74 | 303 | 12 | 105 | 0 | 137 | 30 | 150 | 132 | 50 |
| Binary | 111100 | 11000011 | 1010 | 1000101 | 0 | 1011111 | 11000 | 1101000 | 1011010 | 101000 |
Color Harmonies of #3CC30A
Complementary color
Monochromatic Colors of #3CC30A
Black with #3CC30A
Text Example
Text Example
White with #3CC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC30A; }
p { color: rgb(60,195,10); }
H1.HeaderClassName
{
color: #3CC30A;
}
.AnyTagClassName
{
color: #3CC30A;
}
</style>
background-color css
<style>
a { background-color: #3CC30A; }
a { background-color: rgb(60,195,10); }
div.DivClassName
{
background-color: #3CC30A;
}
.BgClassName
{
background-color: #3CC30A;
}
</style>
border-color css
<style>
span { border-color: #3CC30A; }
span { border-color: rgb(60,195,10); }
td.TdClassName
{
border-color: #3CC30A;
}
.TagClassName
{
border-color: #3CC30A;
}
</style>