Shades of Lime Green #30FB2F
Tints of Lime Green #30FB2F
RGB
CMYK
RGB Variations
Color information
#30FB2F (or 0x30FB2F) is known color: Lime Green. HEX triplet: 30, FB and 2F. RGB value is (48,251,47). Sum of RGB (Red+Green+Blue) = 48+251+47=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB2F is #CF04D0. Grayscale: #A7A7A7. Windows color (decimal): -13567185 or 3144496. OLE color: 3144496.
HSL color Cylindrical-coordinate representation of color #30FB2F: hue angle of 119.71º degrees, saturation: 0.96, 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 #30FB2F is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 47 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.02 |
| HSL | 119.71º | 0.96% | 0.58% | - |
| HSV(B) | 119.71º | 0.81% | 0.98% | - |
| XYZ | 36.23 | 69.83 | 14.26 | - |
| YUV | 167.05 | 60.25 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 47 | 0.81 | 0 | 0.81 | 0.02 | 119.71 | 0.96 | 0.58 |
| Hex | 30 | FB | 2F | 51 | 0 | 51 | 2 | 78 | 60 | 3A |
| Octal | 60 | 373 | 57 | 121 | 0 | 121 | 2 | 170 | 140 | 72 |
| Binary | 110000 | 11111011 | 101111 | 1010001 | 0 | 1010001 | 10 | 1111000 | 1100000 | 111010 |
Color Harmonies of #30FB2F
Complementary color
Monochromatic Colors of #30FB2F
Black with #30FB2F
Text Example
Text Example
White with #30FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB2F; }
p { color: rgb(48,251,47); }
H1.HeaderClassName
{
color: #30FB2F;
}
.AnyTagClassName
{
color: #30FB2F;
}
</style>
background-color css
<style>
a { background-color: #30FB2F; }
a { background-color: rgb(48,251,47); }
div.DivClassName
{
background-color: #30FB2F;
}
.BgClassName
{
background-color: #30FB2F;
}
</style>
border-color css
<style>
span { border-color: #30FB2F; }
span { border-color: rgb(48,251,47); }
td.TdClassName
{
border-color: #30FB2F;
}
.TagClassName
{
border-color: #30FB2F;
}
</style>