Shades of Kelly Green #2FAE08
Tints of Kelly Green #2FAE08
RGB
CMYK
RGB Variations
Color information
#2FAE08 (or 0x2FAE08) is known color: Kelly Green. HEX triplet: 2F, AE and 08. RGB value is (47,174,8). Sum of RGB (Red+Green+Blue) = 47+174+8=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 174 (68.36% from 255 or 75.98% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAE08 is #D051F7. Grayscale: #757575. Windows color (decimal): -13652472 or 568879. OLE color: 568879.
HSL color Cylindrical-coordinate representation of color #2FAE08: hue angle of 105.9º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FAE08 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 8 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.32 |
| HSL | 105.9º | 0.91% | 0.36% | - |
| HSV(B) | 105.9º | 0.95% | 0.68% | - |
| XYZ | 16.35 | 30.89 | 5.33 | - |
| YUV | 117.1 | 66.42 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 8 | 0.73 | 0 | 0.95 | 0.32 | 105.9 | 0.91 | 0.36 |
| Hex | 2F | AE | 8 | 49 | 0 | 5F | 20 | 6A | 5B | 24 |
| Octal | 57 | 256 | 10 | 111 | 0 | 137 | 40 | 152 | 133 | 44 |
| Binary | 101111 | 10101110 | 1000 | 1001001 | 0 | 1011111 | 100000 | 1101010 | 1011011 | 100100 |
Color Harmonies of #2FAE08
Complementary color
Monochromatic Colors of #2FAE08
Black with #2FAE08
Text Example
Text Example
White with #2FAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE08; }
p { color: rgb(47,174,8); }
H1.HeaderClassName
{
color: #2FAE08;
}
.AnyTagClassName
{
color: #2FAE08;
}
</style>
background-color css
<style>
a { background-color: #2FAE08; }
a { background-color: rgb(47,174,8); }
div.DivClassName
{
background-color: #2FAE08;
}
.BgClassName
{
background-color: #2FAE08;
}
</style>
border-color css
<style>
span { border-color: #2FAE08; }
span { border-color: rgb(47,174,8); }
td.TdClassName
{
border-color: #2FAE08;
}
.TagClassName
{
border-color: #2FAE08;
}
</style>