Shades of Kelly Green #30AC0B
Tints of Kelly Green #30AC0B
RGB
CMYK
RGB Variations
Color information
#30AC0B (or 0x30AC0B) is known color: Kelly Green. HEX triplet: 30, AC and 0B. RGB value is (48,172,11). Sum of RGB (Red+Green+Blue) = 48+172+11=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AC0B is #CF53F4. Grayscale: #757575. Windows color (decimal): -13587445 or 764976. OLE color: 764976.
HSL color Cylindrical-coordinate representation of color #30AC0B: hue angle of 106.21º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30AC0B is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 172 | 11 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.33 |
| HSL | 106.21º | 0.88% | 0.36% | - |
| HSV(B) | 106.21º | 0.94% | 0.67% | - |
| XYZ | 16.03 | 30.16 | 5.29 | - |
| YUV | 116.57 | 68.42 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 11 | 0.72 | 0 | 0.94 | 0.33 | 106.21 | 0.88 | 0.36 |
| Hex | 30 | AC | B | 48 | 0 | 5E | 21 | 6A | 58 | 24 |
| Octal | 60 | 254 | 13 | 110 | 0 | 136 | 41 | 152 | 130 | 44 |
| Binary | 110000 | 10101100 | 1011 | 1001000 | 0 | 1011110 | 100001 | 1101010 | 1011000 | 100100 |
Color Harmonies of #30AC0B
Complementary color
Monochromatic Colors of #30AC0B
Black with #30AC0B
Text Example
Text Example
White with #30AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AC0B; }
p { color: rgb(48,172,11); }
H1.HeaderClassName
{
color: #30AC0B;
}
.AnyTagClassName
{
color: #30AC0B;
}
</style>
background-color css
<style>
a { background-color: #30AC0B; }
a { background-color: rgb(48,172,11); }
div.DivClassName
{
background-color: #30AC0B;
}
.BgClassName
{
background-color: #30AC0B;
}
</style>
border-color css
<style>
span { border-color: #30AC0B; }
span { border-color: rgb(48,172,11); }
td.TdClassName
{
border-color: #30AC0B;
}
.TagClassName
{
border-color: #30AC0B;
}
</style>