Shades of Kelly Green #30B411
Tints of Kelly Green #30B411
RGB
CMYK
RGB Variations
Color information
#30B411 (or 0x30B411) is known color: Kelly Green. HEX triplet: 30, B4 and 11. RGB value is (48,180,17). Sum of RGB (Red+Green+Blue) = 48+180+17=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #30B411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B411 is #CF4BEE. Grayscale: #7A7A7A. Windows color (decimal): -13585391 or 1160240. OLE color: 1160240.
HSL color Cylindrical-coordinate representation of color #30B411: hue angle of 108.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30B411 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 180 | 17 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.29 |
| HSL | 108.59º | 0.83% | 0.39% | - |
| HSV(B) | 108.59º | 0.91% | 0.71% | - |
| XYZ | 17.64 | 33.31 | 6.03 | - |
| YUV | 121.95 | 68.77 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 180 | 17 | 0.73 | 0 | 0.91 | 0.29 | 108.59 | 0.83 | 0.39 |
| Hex | 30 | B4 | 11 | 49 | 0 | 5B | 1D | 6D | 53 | 27 |
| Octal | 60 | 264 | 21 | 111 | 0 | 133 | 35 | 155 | 123 | 47 |
| Binary | 110000 | 10110100 | 10001 | 1001001 | 0 | 1011011 | 11101 | 1101101 | 1010011 | 100111 |
Color Harmonies of #30B411
Complementary color
Monochromatic Colors of #30B411
Black with #30B411
Text Example
Text Example
White with #30B411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B411; }
p { color: rgb(48,180,17); }
H1.HeaderClassName
{
color: #30B411;
}
.AnyTagClassName
{
color: #30B411;
}
</style>
background-color css
<style>
a { background-color: #30B411; }
a { background-color: rgb(48,180,17); }
div.DivClassName
{
background-color: #30B411;
}
.BgClassName
{
background-color: #30B411;
}
</style>
border-color css
<style>
span { border-color: #30B411; }
span { border-color: rgb(48,180,17); }
td.TdClassName
{
border-color: #30B411;
}
.TagClassName
{
border-color: #30B411;
}
</style>