Shades of Lime Green #30FA3D
Tints of Lime Green #30FA3D
RGB
CMYK
RGB Variations
Color information
#30FA3D (or 0x30FA3D) is known color: Lime Green. HEX triplet: 30, FA and 3D. RGB value is (48,250,61). Sum of RGB (Red+Green+Blue) = 48+250+61=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA3D is #CF05C2. Grayscale: #A8A8A8. Windows color (decimal): -13567427 or 4061744. OLE color: 4061744.
HSL color Cylindrical-coordinate representation of color #30FA3D: hue angle of 123.86º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA3D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 61 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.02 |
| HSL | 123.86º | 0.95% | 0.58% | - |
| HSV(B) | 123.86º | 0.81% | 0.98% | - |
| XYZ | 36.25 | 69.34 | 15.89 | - |
| YUV | 168.06 | 67.58 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 61 | 0.81 | 0 | 0.76 | 0.02 | 123.86 | 0.95 | 0.58 |
| Hex | 30 | FA | 3D | 51 | 0 | 4C | 2 | 7C | 5F | 3A |
| Octal | 60 | 372 | 75 | 121 | 0 | 114 | 2 | 174 | 137 | 72 |
| Binary | 110000 | 11111010 | 111101 | 1010001 | 0 | 1001100 | 10 | 1111100 | 1011111 | 111010 |
Color Harmonies of #30FA3D
Complementary color
Monochromatic Colors of #30FA3D
Black with #30FA3D
Text Example
Text Example
White with #30FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA3D; }
p { color: rgb(48,250,61); }
H1.HeaderClassName
{
color: #30FA3D;
}
.AnyTagClassName
{
color: #30FA3D;
}
</style>
background-color css
<style>
a { background-color: #30FA3D; }
a { background-color: rgb(48,250,61); }
div.DivClassName
{
background-color: #30FA3D;
}
.BgClassName
{
background-color: #30FA3D;
}
</style>
border-color css
<style>
span { border-color: #30FA3D; }
span { border-color: rgb(48,250,61); }
td.TdClassName
{
border-color: #30FA3D;
}
.TagClassName
{
border-color: #30FA3D;
}
</style>