Shades of Lime Green #30FA2B
Tints of Lime Green #30FA2B
RGB
CMYK
RGB Variations
Color information
#30FA2B (or 0x30FA2B) is known color: Lime Green. HEX triplet: 30, FA and 2B. RGB value is (48,250,43). Sum of RGB (Red+Green+Blue) = 48+250+43=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA2B is #CF05D4. Grayscale: #A6A6A6. Windows color (decimal): -13567445 or 2882096. OLE color: 2882096.
HSL color Cylindrical-coordinate representation of color #30FA2B: hue angle of 118.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30FA2B is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 43 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.02 |
| HSL | 118.55º | 0.95% | 0.57% | - |
| HSV(B) | 118.55º | 0.83% | 0.98% | - |
| XYZ | 35.84 | 69.17 | 13.75 | - |
| YUV | 166 | 58.58 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 43 | 0.81 | 0 | 0.83 | 0.02 | 118.55 | 0.95 | 0.57 |
| Hex | 30 | FA | 2B | 51 | 0 | 53 | 2 | 77 | 5F | 39 |
| Octal | 60 | 372 | 53 | 121 | 0 | 123 | 2 | 167 | 137 | 71 |
| Binary | 110000 | 11111010 | 101011 | 1010001 | 0 | 1010011 | 10 | 1110111 | 1011111 | 111001 |
Color Harmonies of #30FA2B
Complementary color
Monochromatic Colors of #30FA2B
Black with #30FA2B
Text Example
Text Example
White with #30FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA2B; }
p { color: rgb(48,250,43); }
H1.HeaderClassName
{
color: #30FA2B;
}
.AnyTagClassName
{
color: #30FA2B;
}
</style>
background-color css
<style>
a { background-color: #30FA2B; }
a { background-color: rgb(48,250,43); }
div.DivClassName
{
background-color: #30FA2B;
}
.BgClassName
{
background-color: #30FA2B;
}
</style>
border-color css
<style>
span { border-color: #30FA2B; }
span { border-color: rgb(48,250,43); }
td.TdClassName
{
border-color: #30FA2B;
}
.TagClassName
{
border-color: #30FA2B;
}
</style>