Shades of Kelly Green #2ACD08
Tints of Kelly Green #2ACD08
RGB
CMYK
RGB Variations
Color information
#2ACD08 (or 0x2ACD08) is known color: Kelly Green. HEX triplet: 2A, CD and 08. RGB value is (42,205,8). Sum of RGB (Red+Green+Blue) = 42+205+8=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 205 (80.47% from 255 or 80.39% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACD08 is #D532F7. Grayscale: #868686. Windows color (decimal): -13972216 or 576810. OLE color: 576810.
HSL color Cylindrical-coordinate representation of color #2ACD08: hue angle of 109.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2ACD08 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 8 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.20 |
| HSL | 109.64º | 0.92% | 0.42% | - |
| HSV(B) | 109.64º | 0.96% | 0.8% | - |
| XYZ | 22.83 | 44.17 | 7.55 | - |
| YUV | 133.81 | 57 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 8 | 0.80 | 0 | 0.96 | 0.20 | 109.64 | 0.92 | 0.42 |
| Hex | 2A | CD | 8 | 50 | 0 | 60 | 14 | 6E | 5C | 2A |
| Octal | 52 | 315 | 10 | 120 | 0 | 140 | 24 | 156 | 134 | 52 |
| Binary | 101010 | 11001101 | 1000 | 1010000 | 0 | 1100000 | 10100 | 1101110 | 1011100 | 101010 |
Color Harmonies of #2ACD08
Complementary color
Monochromatic Colors of #2ACD08
Black with #2ACD08
Text Example
Text Example
White with #2ACD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD08; }
p { color: rgb(42,205,8); }
H1.HeaderClassName
{
color: #2ACD08;
}
.AnyTagClassName
{
color: #2ACD08;
}
</style>
background-color css
<style>
a { background-color: #2ACD08; }
a { background-color: rgb(42,205,8); }
div.DivClassName
{
background-color: #2ACD08;
}
.BgClassName
{
background-color: #2ACD08;
}
</style>
border-color css
<style>
span { border-color: #2ACD08; }
span { border-color: rgb(42,205,8); }
td.TdClassName
{
border-color: #2ACD08;
}
.TagClassName
{
border-color: #2ACD08;
}
</style>