Shades of Kelly Green #2CAE08
Tints of Kelly Green #2CAE08
RGB
CMYK
RGB Variations
Color information
#2CAE08 (or 0x2CAE08) is known color: Kelly Green. HEX triplet: 2C, AE and 08. RGB value is (44,174,8). Sum of RGB (Red+Green+Blue) = 44+174+8=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 174 (68.36% from 255 or 76.99% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAE08 is #D351F7. Grayscale: #747474. Windows color (decimal): -13849080 or 568876. OLE color: 568876.
HSL color Cylindrical-coordinate representation of color #2CAE08: hue angle of 106.99º 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 #2CAE08 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 174 | 8 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.32 |
| HSL | 106.99º | 0.91% | 0.36% | - |
| HSV(B) | 106.99º | 0.95% | 0.68% | - |
| XYZ | 16.22 | 30.83 | 5.32 | - |
| YUV | 116.21 | 66.93 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 8 | 0.75 | 0 | 0.95 | 0.32 | 106.99 | 0.91 | 0.36 |
| Hex | 2C | AE | 8 | 4B | 0 | 5F | 20 | 6B | 5B | 24 |
| Octal | 54 | 256 | 10 | 113 | 0 | 137 | 40 | 153 | 133 | 44 |
| Binary | 101100 | 10101110 | 1000 | 1001011 | 0 | 1011111 | 100000 | 1101011 | 1011011 | 100100 |
Color Harmonies of #2CAE08
Complementary color
Monochromatic Colors of #2CAE08
Black with #2CAE08
Text Example
Text Example
White with #2CAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAE08; }
p { color: rgb(44,174,8); }
H1.HeaderClassName
{
color: #2CAE08;
}
.AnyTagClassName
{
color: #2CAE08;
}
</style>
background-color css
<style>
a { background-color: #2CAE08; }
a { background-color: rgb(44,174,8); }
div.DivClassName
{
background-color: #2CAE08;
}
.BgClassName
{
background-color: #2CAE08;
}
</style>
border-color css
<style>
span { border-color: #2CAE08; }
span { border-color: rgb(44,174,8); }
td.TdClassName
{
border-color: #2CAE08;
}
.TagClassName
{
border-color: #2CAE08;
}
</style>