Shades of Kelly Green #3FC00A
Tints of Kelly Green #3FC00A
RGB
CMYK
RGB Variations
Color information
#3FC00A (or 0x3FC00A) is known color: Kelly Green. HEX triplet: 3F, C0 and 0A. RGB value is (63,192,10). Sum of RGB (Red+Green+Blue) = 63+192+10=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC00A is #C03FF5. Grayscale: #858585. Windows color (decimal): -12599286 or 704575. OLE color: 704575.
HSL color Cylindrical-coordinate representation of color #3FC00A: hue angle of 102.53º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FC00A is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 10 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.25 |
| HSL | 102.53º | 0.9% | 0.4% | - |
| HSV(B) | 102.53º | 0.95% | 0.75% | - |
| XYZ | 20.95 | 38.78 | 6.67 | - |
| YUV | 132.68 | 58.76 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 10 | 0.67 | 0 | 0.95 | 0.25 | 102.53 | 0.9 | 0.4 |
| Hex | 3F | C0 | A | 43 | 0 | 5F | 19 | 67 | 5A | 28 |
| Octal | 77 | 300 | 12 | 103 | 0 | 137 | 31 | 147 | 132 | 50 |
| Binary | 111111 | 11000000 | 1010 | 1000011 | 0 | 1011111 | 11001 | 1100111 | 1011010 | 101000 |
Color Harmonies of #3FC00A
Complementary color
Monochromatic Colors of #3FC00A
Black with #3FC00A
Text Example
Text Example
White with #3FC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC00A; }
p { color: rgb(63,192,10); }
H1.HeaderClassName
{
color: #3FC00A;
}
.AnyTagClassName
{
color: #3FC00A;
}
</style>
background-color css
<style>
a { background-color: #3FC00A; }
a { background-color: rgb(63,192,10); }
div.DivClassName
{
background-color: #3FC00A;
}
.BgClassName
{
background-color: #3FC00A;
}
</style>
border-color css
<style>
span { border-color: #3FC00A; }
span { border-color: rgb(63,192,10); }
td.TdClassName
{
border-color: #3FC00A;
}
.TagClassName
{
border-color: #3FC00A;
}
</style>