Shades of Kelly Green #3ACB18
Tints of Kelly Green #3ACB18
RGB
CMYK
RGB Variations
Color information
#3ACB18 (or 0x3ACB18) is known color: Kelly Green. HEX triplet: 3A, CB and 18. RGB value is (58,203,24). Sum of RGB (Red+Green+Blue) = 58+203+24=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 203 (79.69% from 255 or 71.23% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACB18 is #C534E7. Grayscale: #8B8B8B. Windows color (decimal): -12924136 or 1624890. OLE color: 1624890.
HSL color Cylindrical-coordinate representation of color #3ACB18: hue angle of 108.6º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3ACB18 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 24 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.20 |
| HSL | 108.6º | 0.79% | 0.45% | - |
| HSV(B) | 108.6º | 0.88% | 0.8% | - |
| XYZ | 23.27 | 43.68 | 8.07 | - |
| YUV | 139.24 | 62.96 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 24 | 0.71 | 0 | 0.88 | 0.20 | 108.6 | 0.79 | 0.45 |
| Hex | 3A | CB | 18 | 47 | 0 | 58 | 14 | 6D | 4F | 2D |
| Octal | 72 | 313 | 30 | 107 | 0 | 130 | 24 | 155 | 117 | 55 |
| Binary | 111010 | 11001011 | 11000 | 1000111 | 0 | 1011000 | 10100 | 1101101 | 1001111 | 101101 |
Color Harmonies of #3ACB18
Complementary color
Monochromatic Colors of #3ACB18
Black with #3ACB18
Text Example
Text Example
White with #3ACB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB18; }
p { color: rgb(58,203,24); }
H1.HeaderClassName
{
color: #3ACB18;
}
.AnyTagClassName
{
color: #3ACB18;
}
</style>
background-color css
<style>
a { background-color: #3ACB18; }
a { background-color: rgb(58,203,24); }
div.DivClassName
{
background-color: #3ACB18;
}
.BgClassName
{
background-color: #3ACB18;
}
</style>
border-color css
<style>
span { border-color: #3ACB18; }
span { border-color: rgb(58,203,24); }
td.TdClassName
{
border-color: #3ACB18;
}
.TagClassName
{
border-color: #3ACB18;
}
</style>