Shades of Lime Green #30F349
Tints of Lime Green #30F349
RGB
CMYK
RGB Variations
Color information
#30F349 (or 0x30F349) is known color: Lime Green. HEX triplet: 30, F3 and 49. RGB value is (48,243,73). Sum of RGB (Red+Green+Blue) = 48+243+73=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #30F349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F349 is #CF0CB6. Grayscale: #A5A5A5. Windows color (decimal): -13569207 or 4846384. OLE color: 4846384.
HSL color Cylindrical-coordinate representation of color #30F349: hue angle of 127.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F349 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 73 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.05 |
| HSL | 127.69º | 0.89% | 0.57% | - |
| HSV(B) | 127.69º | 0.8% | 0.95% | - |
| XYZ | 34.47 | 65.21 | 17.07 | - |
| YUV | 165.32 | 75.9 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 73 | 0.80 | 0 | 0.70 | 0.05 | 127.69 | 0.89 | 0.57 |
| Hex | 30 | F3 | 49 | 50 | 0 | 46 | 5 | 80 | 59 | 39 |
| Octal | 60 | 363 | 111 | 120 | 0 | 106 | 5 | 200 | 131 | 71 |
| Binary | 110000 | 11110011 | 1001001 | 1010000 | 0 | 1000110 | 101 | 10000000 | 1011001 | 111001 |
Color Harmonies of #30F349
Complementary color
Monochromatic Colors of #30F349
Black with #30F349
Text Example
Text Example
White with #30F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F349; }
p { color: rgb(48,243,73); }
H1.HeaderClassName
{
color: #30F349;
}
.AnyTagClassName
{
color: #30F349;
}
</style>
background-color css
<style>
a { background-color: #30F349; }
a { background-color: rgb(48,243,73); }
div.DivClassName
{
background-color: #30F349;
}
.BgClassName
{
background-color: #30F349;
}
</style>
border-color css
<style>
span { border-color: #30F349; }
span { border-color: rgb(48,243,73); }
td.TdClassName
{
border-color: #30F349;
}
.TagClassName
{
border-color: #30F349;
}
</style>