Shades of Lime Green #30C250
Tints of Lime Green #30C250
RGB
CMYK
RGB Variations
Color information
#30C250 (or 0x30C250) is known color: Lime Green. HEX triplet: 30, C2 and 50. RGB value is (48,194,80). Sum of RGB (Red+Green+Blue) = 48+194+80=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #30C250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C250 is #CF3DAF. Grayscale: #898989. Windows color (decimal): -13581744 or 5292592. OLE color: 5292592.
HSL color Cylindrical-coordinate representation of color #30C250: hue angle of 133.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C250 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 80 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.24 |
| HSL | 133.15º | 0.6% | 0.47% | - |
| HSV(B) | 133.15º | 0.75% | 0.76% | - |
| XYZ | 21.96 | 39.79 | 14.11 | - |
| YUV | 137.35 | 95.63 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 80 | 0.75 | 0 | 0.59 | 0.24 | 133.15 | 0.6 | 0.47 |
| Hex | 30 | C2 | 50 | 4B | 0 | 3B | 18 | 85 | 3C | 2F |
| Octal | 60 | 302 | 120 | 113 | 0 | 73 | 30 | 205 | 74 | 57 |
| Binary | 110000 | 11000010 | 1010000 | 1001011 | 0 | 111011 | 11000 | 10000101 | 111100 | 101111 |
Color Harmonies of #30C250
Complementary color
Monochromatic Colors of #30C250
Black with #30C250
Text Example
Text Example
White with #30C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C250; }
p { color: rgb(48,194,80); }
H1.HeaderClassName
{
color: #30C250;
}
.AnyTagClassName
{
color: #30C250;
}
</style>
background-color css
<style>
a { background-color: #30C250; }
a { background-color: rgb(48,194,80); }
div.DivClassName
{
background-color: #30C250;
}
.BgClassName
{
background-color: #30C250;
}
</style>
border-color css
<style>
span { border-color: #30C250; }
span { border-color: rgb(48,194,80); }
td.TdClassName
{
border-color: #30C250;
}
.TagClassName
{
border-color: #30C250;
}
</style>