Shades of Kelly Green #3FC30A
Tints of Kelly Green #3FC30A
RGB
CMYK
RGB Variations
Color information
#3FC30A (or 0x3FC30A) is known color: Kelly Green. HEX triplet: 3F, C3 and 0A. RGB value is (63,195,10). Sum of RGB (Red+Green+Blue) = 63+195+10=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC30A is #C03CF5. Grayscale: #878787. Windows color (decimal): -12598518 or 705343. OLE color: 705343.
HSL color Cylindrical-coordinate representation of color #3FC30A: hue angle of 102.81º 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 #3FC30A is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 10 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.24 |
| HSL | 102.81º | 0.9% | 0.4% | - |
| HSV(B) | 102.81º | 0.95% | 0.76% | - |
| XYZ | 21.62 | 40.11 | 6.89 | - |
| YUV | 134.44 | 57.77 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 10 | 0.68 | 0 | 0.95 | 0.24 | 102.81 | 0.9 | 0.4 |
| Hex | 3F | C3 | A | 44 | 0 | 5F | 18 | 67 | 5A | 28 |
| Octal | 77 | 303 | 12 | 104 | 0 | 137 | 30 | 147 | 132 | 50 |
| Binary | 111111 | 11000011 | 1010 | 1000100 | 0 | 1011111 | 11000 | 1100111 | 1011010 | 101000 |
Color Harmonies of #3FC30A
Complementary color
Monochromatic Colors of #3FC30A
Black with #3FC30A
Text Example
Text Example
White with #3FC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC30A; }
p { color: rgb(63,195,10); }
H1.HeaderClassName
{
color: #3FC30A;
}
.AnyTagClassName
{
color: #3FC30A;
}
</style>
background-color css
<style>
a { background-color: #3FC30A; }
a { background-color: rgb(63,195,10); }
div.DivClassName
{
background-color: #3FC30A;
}
.BgClassName
{
background-color: #3FC30A;
}
</style>
border-color css
<style>
span { border-color: #3FC30A; }
span { border-color: rgb(63,195,10); }
td.TdClassName
{
border-color: #3FC30A;
}
.TagClassName
{
border-color: #3FC30A;
}
</style>