Shades of Kelly Green #30BC13
Tints of Kelly Green #30BC13
RGB
CMYK
RGB Variations
Color information
#30BC13 (or 0x30BC13) is known color: Kelly Green. HEX triplet: 30, BC and 13. RGB value is (48,188,19). Sum of RGB (Red+Green+Blue) = 48+188+19=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC13 is #CF43EC. Grayscale: #7F7F7F. Windows color (decimal): -13583341 or 1293360. OLE color: 1293360.
HSL color Cylindrical-coordinate representation of color #30BC13: hue angle of 109.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30BC13 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 19 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.26 |
| HSL | 109.7º | 0.82% | 0.41% | - |
| HSV(B) | 109.7º | 0.9% | 0.74% | - |
| XYZ | 19.32 | 36.64 | 6.67 | - |
| YUV | 126.87 | 67.12 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 19 | 0.74 | 0 | 0.90 | 0.26 | 109.7 | 0.82 | 0.41 |
| Hex | 30 | BC | 13 | 4A | 0 | 5A | 1A | 6E | 52 | 29 |
| Octal | 60 | 274 | 23 | 112 | 0 | 132 | 32 | 156 | 122 | 51 |
| Binary | 110000 | 10111100 | 10011 | 1001010 | 0 | 1011010 | 11010 | 1101110 | 1010010 | 101001 |
Color Harmonies of #30BC13
Complementary color
Monochromatic Colors of #30BC13
Black with #30BC13
Text Example
Text Example
White with #30BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC13; }
p { color: rgb(48,188,19); }
H1.HeaderClassName
{
color: #30BC13;
}
.AnyTagClassName
{
color: #30BC13;
}
</style>
background-color css
<style>
a { background-color: #30BC13; }
a { background-color: rgb(48,188,19); }
div.DivClassName
{
background-color: #30BC13;
}
.BgClassName
{
background-color: #30BC13;
}
</style>
border-color css
<style>
span { border-color: #30BC13; }
span { border-color: rgb(48,188,19); }
td.TdClassName
{
border-color: #30BC13;
}
.TagClassName
{
border-color: #30BC13;
}
</style>