Shades of Kelly Green #3FCC1E
Tints of Kelly Green #3FCC1E
RGB
CMYK
RGB Variations
Color information
#3FCC1E (or 0x3FCC1E) is known color: Kelly Green. HEX triplet: 3F, CC and 1E. RGB value is (63,204,30). Sum of RGB (Red+Green+Blue) = 63+204+30=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 204 (80.08% from 255 or 68.69% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC1E is #C033E1. Grayscale: #8E8E8E. Windows color (decimal): -12596194 or 2018367. OLE color: 2018367.
HSL color Cylindrical-coordinate representation of color #3FCC1E: hue angle of 108.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FCC1E is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 30 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.2 |
| HSL | 108.62º | 0.74% | 0.46% | - |
| HSV(B) | 108.62º | 0.85% | 0.8% | - |
| XYZ | 23.88 | 44.34 | 8.53 | - |
| YUV | 142.01 | 64.79 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 30 | 0.69 | 0 | 0.85 | 0.2 | 108.62 | 0.74 | 0.46 |
| Hex | 3F | CC | 1E | 45 | 0 | 55 | 14 | 6D | 4A | 2E |
| Octal | 77 | 314 | 36 | 105 | 0 | 125 | 24 | 155 | 112 | 56 |
| Binary | 111111 | 11001100 | 11110 | 1000101 | 0 | 1010101 | 10100 | 1101101 | 1001010 | 101110 |
Color Harmonies of #3FCC1E
Complementary color
Monochromatic Colors of #3FCC1E
Black with #3FCC1E
Text Example
Text Example
White with #3FCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC1E; }
p { color: rgb(63,204,30); }
H1.HeaderClassName
{
color: #3FCC1E;
}
.AnyTagClassName
{
color: #3FCC1E;
}
</style>
background-color css
<style>
a { background-color: #3FCC1E; }
a { background-color: rgb(63,204,30); }
div.DivClassName
{
background-color: #3FCC1E;
}
.BgClassName
{
background-color: #3FCC1E;
}
</style>
border-color css
<style>
span { border-color: #3FCC1E; }
span { border-color: rgb(63,204,30); }
td.TdClassName
{
border-color: #3FCC1E;
}
.TagClassName
{
border-color: #3FCC1E;
}
</style>