Shades of Lime Green #30B635
Tints of Lime Green #30B635
RGB
CMYK
RGB Variations
Color information
#30B635 (or 0x30B635) is known color: Lime Green. HEX triplet: 30, B6 and 35. RGB value is (48,182,53). Sum of RGB (Red+Green+Blue) = 48+182+53=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #30B635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B635 is #CF49CA. Grayscale: #7F7F7F. Windows color (decimal): -13584843 or 3520048. OLE color: 3520048.
HSL color Cylindrical-coordinate representation of color #30B635: hue angle of 122.24º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B635 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 53 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.29 |
| HSL | 122.24º | 0.58% | 0.45% | - |
| HSV(B) | 122.24º | 0.74% | 0.71% | - |
| XYZ | 18.59 | 34.34 | 9.02 | - |
| YUV | 127.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 53 | 0.74 | 0 | 0.71 | 0.29 | 122.24 | 0.58 | 0.45 |
| Hex | 30 | B6 | 35 | 4A | 0 | 47 | 1D | 7A | 3A | 2D |
| Octal | 60 | 266 | 65 | 112 | 0 | 107 | 35 | 172 | 72 | 55 |
| Binary | 110000 | 10110110 | 110101 | 1001010 | 0 | 1000111 | 11101 | 1111010 | 111010 | 101101 |
Color Harmonies of #30B635
Complementary color
Monochromatic Colors of #30B635
Black with #30B635
Text Example
Text Example
White with #30B635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B635; }
p { color: rgb(48,182,53); }
H1.HeaderClassName
{
color: #30B635;
}
.AnyTagClassName
{
color: #30B635;
}
</style>
background-color css
<style>
a { background-color: #30B635; }
a { background-color: rgb(48,182,53); }
div.DivClassName
{
background-color: #30B635;
}
.BgClassName
{
background-color: #30B635;
}
</style>
border-color css
<style>
span { border-color: #30B635; }
span { border-color: rgb(48,182,53); }
td.TdClassName
{
border-color: #30B635;
}
.TagClassName
{
border-color: #30B635;
}
</style>