Shades of Kelly Green #2ACE03
Tints of Kelly Green #2ACE03
RGB
CMYK
RGB Variations
Color information
#2ACE03 (or 0x2ACE03) is known color: Kelly Green. HEX triplet: 2A, CE and 03. RGB value is (42,206,3). Sum of RGB (Red+Green+Blue) = 42+206+3=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE03 is #D531FC. Grayscale: #868686. Windows color (decimal): -13971965 or 249386. OLE color: 249386.
HSL color Cylindrical-coordinate representation of color #2ACE03: hue angle of 108.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ACE03 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.19 |
| HSL | 108.47º | 0.97% | 0.41% | - |
| HSV(B) | 108.47º | 0.99% | 0.81% | - |
| XYZ | 23.04 | 44.64 | 7.49 | - |
| YUV | 133.82 | 54.17 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 3 | 0.80 | 0 | 0.99 | 0.19 | 108.47 | 0.97 | 0.41 |
| Hex | 2A | CE | 3 | 50 | 0 | 63 | 13 | 6C | 61 | 29 |
| Octal | 52 | 316 | 3 | 120 | 0 | 143 | 23 | 154 | 141 | 51 |
| Binary | 101010 | 11001110 | 11 | 1010000 | 0 | 1100011 | 10011 | 1101100 | 1100001 | 101001 |
Color Harmonies of #2ACE03
Complementary color
Monochromatic Colors of #2ACE03
Black with #2ACE03
Text Example
Text Example
White with #2ACE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE03; }
p { color: rgb(42,206,3); }
H1.HeaderClassName
{
color: #2ACE03;
}
.AnyTagClassName
{
color: #2ACE03;
}
</style>
background-color css
<style>
a { background-color: #2ACE03; }
a { background-color: rgb(42,206,3); }
div.DivClassName
{
background-color: #2ACE03;
}
.BgClassName
{
background-color: #2ACE03;
}
</style>
border-color css
<style>
span { border-color: #2ACE03; }
span { border-color: rgb(42,206,3); }
td.TdClassName
{
border-color: #2ACE03;
}
.TagClassName
{
border-color: #2ACE03;
}
</style>