Shades of Kelly Green #30B100
Tints of Kelly Green #30B100
RGB
CMYK
RGB Variations
Color information
#30B100 (or 0x30B100) is known color: Kelly Green. HEX triplet: 30, B1 and 00. RGB value is (48,177,0). Sum of RGB (Red+Green+Blue) = 48+177+0=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 177 (69.53% from 255 or 78.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 177 - color contains mainly: green. Hex color #30B100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B100 is #CF4EFF. Grayscale: #767676. Windows color (decimal): -13586176 or 45360. OLE color: 45360.
HSL color Cylindrical-coordinate representation of color #30B100: hue angle of 103.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30B100 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.31 |
| HSL | 103.73º | 1% | 0.35% | - |
| HSV(B) | 103.73º | 1% | 0.69% | - |
| XYZ | 16.94 | 32.07 | 5.3 | - |
| YUV | 118.25 | 61.26 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 0 | 0.73 | 0 | 1 | 0.31 | 103.73 | 1 | 0.35 |
| Hex | 30 | B1 | 0 | 49 | 0 | 64 | 1F | 68 | 64 | 23 |
| Octal | 60 | 261 | 0 | 111 | 0 | 144 | 37 | 150 | 144 | 43 |
| Binary | 110000 | 10110001 | 0 | 1001001 | 0 | 1100100 | 11111 | 1101000 | 1100100 | 100011 |
Color Harmonies of #30B100
Complementary color
Monochromatic Colors of #30B100
Black with #30B100
Text Example
Text Example
White with #30B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B100; }
p { color: rgb(48,177,0); }
H1.HeaderClassName
{
color: #30B100;
}
.AnyTagClassName
{
color: #30B100;
}
</style>
background-color css
<style>
a { background-color: #30B100; }
a { background-color: rgb(48,177,0); }
div.DivClassName
{
background-color: #30B100;
}
.BgClassName
{
background-color: #30B100;
}
</style>
border-color css
<style>
span { border-color: #30B100; }
span { border-color: rgb(48,177,0); }
td.TdClassName
{
border-color: #30B100;
}
.TagClassName
{
border-color: #30B100;
}
</style>