Shades of Kelly Green #3CC10F
Tints of Kelly Green #3CC10F
RGB
CMYK
RGB Variations
Color information
#3CC10F (or 0x3CC10F) is known color: Kelly Green. HEX triplet: 3C, C1 and 0F. RGB value is (60,193,15). Sum of RGB (Red+Green+Blue) = 60+193+15=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC10F is #C33EF0. Grayscale: #858585. Windows color (decimal): -12795633 or 1032508. OLE color: 1032508.
HSL color Cylindrical-coordinate representation of color #3CC10F: hue angle of 104.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CC10F is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 15 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.24 |
| HSL | 104.83º | 0.86% | 0.41% | - |
| HSV(B) | 104.83º | 0.92% | 0.76% | - |
| XYZ | 21.02 | 39.14 | 6.9 | - |
| YUV | 132.94 | 61.44 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 15 | 0.69 | 0 | 0.92 | 0.24 | 104.83 | 0.86 | 0.41 |
| Hex | 3C | C1 | F | 45 | 0 | 5C | 18 | 69 | 56 | 29 |
| Octal | 74 | 301 | 17 | 105 | 0 | 134 | 30 | 151 | 126 | 51 |
| Binary | 111100 | 11000001 | 1111 | 1000101 | 0 | 1011100 | 11000 | 1101001 | 1010110 | 101001 |
Color Harmonies of #3CC10F
Complementary color
Monochromatic Colors of #3CC10F
Black with #3CC10F
Text Example
Text Example
White with #3CC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC10F; }
p { color: rgb(60,193,15); }
H1.HeaderClassName
{
color: #3CC10F;
}
.AnyTagClassName
{
color: #3CC10F;
}
</style>
background-color css
<style>
a { background-color: #3CC10F; }
a { background-color: rgb(60,193,15); }
div.DivClassName
{
background-color: #3CC10F;
}
.BgClassName
{
background-color: #3CC10F;
}
</style>
border-color css
<style>
span { border-color: #3CC10F; }
span { border-color: rgb(60,193,15); }
td.TdClassName
{
border-color: #3CC10F;
}
.TagClassName
{
border-color: #3CC10F;
}
</style>