Shades of Kelly Green #30B001
Tints of Kelly Green #30B001
RGB
CMYK
RGB Variations
Color information
#30B001 (or 0x30B001) is known color: Kelly Green. HEX triplet: 30, B0 and 01. RGB value is (48,176,1). Sum of RGB (Red+Green+Blue) = 48+176+1=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 176 (69.14% from 255 or 78.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 176 - color contains mainly: green. Hex color #30B001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B001 is #CF4FFE. Grayscale: #767676. Windows color (decimal): -13586431 or 110640. OLE color: 110640.
HSL color Cylindrical-coordinate representation of color #30B001: hue angle of 103.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30B001 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.31 |
| HSL | 103.89º | 0.99% | 0.35% | - |
| HSV(B) | 103.89º | 0.99% | 0.69% | - |
| XYZ | 16.75 | 31.68 | 5.26 | - |
| YUV | 117.78 | 62.09 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 1 | 0.73 | 0 | 0.99 | 0.31 | 103.89 | 0.99 | 0.35 |
| Hex | 30 | B0 | 1 | 49 | 0 | 63 | 1F | 68 | 63 | 23 |
| Octal | 60 | 260 | 1 | 111 | 0 | 143 | 37 | 150 | 143 | 43 |
| Binary | 110000 | 10110000 | 1 | 1001001 | 0 | 1100011 | 11111 | 1101000 | 1100011 | 100011 |
Color Harmonies of #30B001
Complementary color
Monochromatic Colors of #30B001
Black with #30B001
Text Example
Text Example
White with #30B001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B001; }
p { color: rgb(48,176,1); }
H1.HeaderClassName
{
color: #30B001;
}
.AnyTagClassName
{
color: #30B001;
}
</style>
background-color css
<style>
a { background-color: #30B001; }
a { background-color: rgb(48,176,1); }
div.DivClassName
{
background-color: #30B001;
}
.BgClassName
{
background-color: #30B001;
}
</style>
border-color css
<style>
span { border-color: #30B001; }
span { border-color: rgb(48,176,1); }
td.TdClassName
{
border-color: #30B001;
}
.TagClassName
{
border-color: #30B001;
}
</style>