Shades of Lime Green #30B039
Tints of Lime Green #30B039
RGB
CMYK
RGB Variations
Color information
#30B039 (or 0x30B039) is known color: Lime Green. HEX triplet: 30, B0 and 39. RGB value is (48,176,57). Sum of RGB (Red+Green+Blue) = 48+176+57=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 176 (69.14% from 255 or 62.63% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 176 - color contains mainly: green. Hex color #30B039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B039 is #CF4FC6. Grayscale: #7C7C7C. Windows color (decimal): -13586375 or 3780656. OLE color: 3780656.
HSL color Cylindrical-coordinate representation of color #30B039: hue angle of 124.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B039 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 57 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.31 |
| HSL | 124.22º | 0.57% | 0.44% | - |
| HSV(B) | 124.22º | 0.73% | 0.69% | - |
| XYZ | 17.48 | 31.97 | 9.12 | - |
| YUV | 124.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 57 | 0.73 | 0 | 0.68 | 0.31 | 124.22 | 0.57 | 0.44 |
| Hex | 30 | B0 | 39 | 49 | 0 | 44 | 1F | 7C | 39 | 2C |
| Octal | 60 | 260 | 71 | 111 | 0 | 104 | 37 | 174 | 71 | 54 |
| Binary | 110000 | 10110000 | 111001 | 1001001 | 0 | 1000100 | 11111 | 1111100 | 111001 | 101100 |
Color Harmonies of #30B039
Complementary color
Monochromatic Colors of #30B039
Black with #30B039
Text Example
Text Example
White with #30B039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B039; }
p { color: rgb(48,176,57); }
H1.HeaderClassName
{
color: #30B039;
}
.AnyTagClassName
{
color: #30B039;
}
</style>
background-color css
<style>
a { background-color: #30B039; }
a { background-color: rgb(48,176,57); }
div.DivClassName
{
background-color: #30B039;
}
.BgClassName
{
background-color: #30B039;
}
</style>
border-color css
<style>
span { border-color: #30B039; }
span { border-color: rgb(48,176,57); }
td.TdClassName
{
border-color: #30B039;
}
.TagClassName
{
border-color: #30B039;
}
</style>