Shades of Lime Green #30FF3A
Tints of Lime Green #30FF3A
RGB
CMYK
RGB Variations
Color information
#30FF3A (or 0x30FF3A) is known color: Lime Green. HEX triplet: 30, FF and 3A. RGB value is (48,255,58). Sum of RGB (Red+Green+Blue) = 48+255+58=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF3A is #CF00C5. Grayscale: #ABABAB. Windows color (decimal): -13566150 or 3866416. OLE color: 3866416.
HSL color Cylindrical-coordinate representation of color #30FF3A: hue angle of 122.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF3A is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 58 | - |
| CMYK | 0.81 | 0 | 0.77 | 0 |
| HSL | 122.9º | 1% | 0.59% | - |
| HSV(B) | 122.9º | 0.81% | 1% | - |
| XYZ | 37.74 | 72.45 | 16 | - |
| YUV | 170.65 | 64.42 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 58 | 0.81 | 0 | 0.77 | 0 | 122.9 | 1 | 0.59 |
| Hex | 30 | FF | 3A | 51 | 0 | 4D | 0 | 7B | 64 | 3B |
| Octal | 60 | 377 | 72 | 121 | 0 | 115 | 0 | 173 | 144 | 73 |
| Binary | 110000 | 11111111 | 111010 | 1010001 | 0 | 1001101 | 0 | 1111011 | 1100100 | 111011 |
Color Harmonies of #30FF3A
Complementary color
Monochromatic Colors of #30FF3A
Black with #30FF3A
Text Example
Text Example
White with #30FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF3A; }
p { color: rgb(48,255,58); }
H1.HeaderClassName
{
color: #30FF3A;
}
.AnyTagClassName
{
color: #30FF3A;
}
</style>
background-color css
<style>
a { background-color: #30FF3A; }
a { background-color: rgb(48,255,58); }
div.DivClassName
{
background-color: #30FF3A;
}
.BgClassName
{
background-color: #30FF3A;
}
</style>
border-color css
<style>
span { border-color: #30FF3A; }
span { border-color: rgb(48,255,58); }
td.TdClassName
{
border-color: #30FF3A;
}
.TagClassName
{
border-color: #30FF3A;
}
</style>