Shades of Kelly Green #4ACD2B
Tints of Kelly Green #4ACD2B
RGB
CMYK
RGB Variations
Color information
#4ACD2B (or 0x4ACD2B) is known color: Kelly Green. HEX triplet: 4A, CD and 2B. RGB value is (74,205,43). Sum of RGB (Red+Green+Blue) = 74+205+43=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD2B is #B532D4. Grayscale: #939393. Windows color (decimal): -11875029 or 2870602. OLE color: 2870602.
HSL color Cylindrical-coordinate representation of color #4ACD2B: hue angle of 108.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ACD2B is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 43 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.20 |
| HSL | 108.52º | 0.65% | 0.49% | - |
| HSV(B) | 108.52º | 0.79% | 0.8% | - |
| XYZ | 25.09 | 45.29 | 9.71 | - |
| YUV | 147.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 43 | 0.64 | 0 | 0.79 | 0.20 | 108.52 | 0.65 | 0.49 |
| Hex | 4A | CD | 2B | 40 | 0 | 4F | 14 | 6D | 41 | 31 |
| Octal | 112 | 315 | 53 | 100 | 0 | 117 | 24 | 155 | 101 | 61 |
| Binary | 1001010 | 11001101 | 101011 | 1000000 | 0 | 1001111 | 10100 | 1101101 | 1000001 | 110001 |
Color Harmonies of #4ACD2B
Complementary color
Monochromatic Colors of #4ACD2B
Black with #4ACD2B
Text Example
Text Example
White with #4ACD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD2B; }
p { color: rgb(74,205,43); }
H1.HeaderClassName
{
color: #4ACD2B;
}
.AnyTagClassName
{
color: #4ACD2B;
}
</style>
background-color css
<style>
a { background-color: #4ACD2B; }
a { background-color: rgb(74,205,43); }
div.DivClassName
{
background-color: #4ACD2B;
}
.BgClassName
{
background-color: #4ACD2B;
}
</style>
border-color css
<style>
span { border-color: #4ACD2B; }
span { border-color: rgb(74,205,43); }
td.TdClassName
{
border-color: #4ACD2B;
}
.TagClassName
{
border-color: #4ACD2B;
}
</style>