Shades of Kelly Green #30A601
Tints of Kelly Green #30A601
RGB
CMYK
RGB Variations
Color information
#30A601 (or 0x30A601) is known color: Kelly Green. HEX triplet: 30, A6 and 01. RGB value is (48,166,1). Sum of RGB (Red+Green+Blue) = 48+166+1=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 166 (65.23% from 255 or 77.21% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 166 - color contains mainly: green. Hex color #30A601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A601 is #CF59FE. Grayscale: #707070. Windows color (decimal): -13588991 or 108080. OLE color: 108080.
HSL color Cylindrical-coordinate representation of color #30A601: hue angle of 102.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30A601 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.35 |
| HSL | 102.91º | 0.99% | 0.33% | - |
| HSV(B) | 102.91º | 0.99% | 0.65% | - |
| XYZ | 14.86 | 27.9 | 4.63 | - |
| YUV | 111.91 | 65.41 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 1 | 0.71 | 0 | 0.99 | 0.35 | 102.91 | 0.99 | 0.33 |
| Hex | 30 | A6 | 1 | 47 | 0 | 63 | 23 | 67 | 63 | 21 |
| Octal | 60 | 246 | 1 | 107 | 0 | 143 | 43 | 147 | 143 | 41 |
| Binary | 110000 | 10100110 | 1 | 1000111 | 0 | 1100011 | 100011 | 1100111 | 1100011 | 100001 |
Color Harmonies of #30A601
Complementary color
Monochromatic Colors of #30A601
Black with #30A601
Text Example
Text Example
White with #30A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A601; }
p { color: rgb(48,166,1); }
H1.HeaderClassName
{
color: #30A601;
}
.AnyTagClassName
{
color: #30A601;
}
</style>
background-color css
<style>
a { background-color: #30A601; }
a { background-color: rgb(48,166,1); }
div.DivClassName
{
background-color: #30A601;
}
.BgClassName
{
background-color: #30A601;
}
</style>
border-color css
<style>
span { border-color: #30A601; }
span { border-color: rgb(48,166,1); }
td.TdClassName
{
border-color: #30A601;
}
.TagClassName
{
border-color: #30A601;
}
</style>