Shades of Kelly Green #3ACF11
Tints of Kelly Green #3ACF11
RGB
CMYK
RGB Variations
Color information
#3ACF11 (or 0x3ACF11) is known color: Kelly Green. HEX triplet: 3A, CF and 11. RGB value is (58,207,17). Sum of RGB (Red+Green+Blue) = 58+207+17=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACF11 is #C530EE. Grayscale: #8D8D8D. Windows color (decimal): -12923119 or 1167162. OLE color: 1167162.
HSL color Cylindrical-coordinate representation of color #3ACF11: hue angle of 107.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3ACF11 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 17 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.19 |
| HSL | 107.05º | 0.85% | 0.44% | - |
| HSV(B) | 107.05º | 0.92% | 0.81% | - |
| XYZ | 24.16 | 45.57 | 8.05 | - |
| YUV | 140.79 | 58.14 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 17 | 0.72 | 0 | 0.92 | 0.19 | 107.05 | 0.85 | 0.44 |
| Hex | 3A | CF | 11 | 48 | 0 | 5C | 13 | 6B | 55 | 2C |
| Octal | 72 | 317 | 21 | 110 | 0 | 134 | 23 | 153 | 125 | 54 |
| Binary | 111010 | 11001111 | 10001 | 1001000 | 0 | 1011100 | 10011 | 1101011 | 1010101 | 101100 |
Color Harmonies of #3ACF11
Complementary color
Monochromatic Colors of #3ACF11
Black with #3ACF11
Text Example
Text Example
White with #3ACF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF11; }
p { color: rgb(58,207,17); }
H1.HeaderClassName
{
color: #3ACF11;
}
.AnyTagClassName
{
color: #3ACF11;
}
</style>
background-color css
<style>
a { background-color: #3ACF11; }
a { background-color: rgb(58,207,17); }
div.DivClassName
{
background-color: #3ACF11;
}
.BgClassName
{
background-color: #3ACF11;
}
</style>
border-color css
<style>
span { border-color: #3ACF11; }
span { border-color: rgb(58,207,17); }
td.TdClassName
{
border-color: #3ACF11;
}
.TagClassName
{
border-color: #3ACF11;
}
</style>