Shades of Lime Green #30FB40
Tints of Lime Green #30FB40
RGB
CMYK
RGB Variations
Color information
#30FB40 (or 0x30FB40) is known color: Lime Green. HEX triplet: 30, FB and 40. RGB value is (48,251,64). Sum of RGB (Red+Green+Blue) = 48+251+64=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB40 is #CF04BF. Grayscale: #A9A9A9. Windows color (decimal): -13567168 or 4258608. OLE color: 4258608.
HSL color Cylindrical-coordinate representation of color #30FB40: hue angle of 124.73º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB40 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 64 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.02 |
| HSL | 124.73º | 0.96% | 0.59% | - |
| HSV(B) | 124.73º | 0.81% | 0.98% | - |
| XYZ | 36.64 | 69.99 | 16.43 | - |
| YUV | 168.99 | 68.75 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 64 | 0.81 | 0 | 0.75 | 0.02 | 124.73 | 0.96 | 0.59 |
| Hex | 30 | FB | 40 | 51 | 0 | 4B | 2 | 7D | 60 | 3B |
| Octal | 60 | 373 | 100 | 121 | 0 | 113 | 2 | 175 | 140 | 73 |
| Binary | 110000 | 11111011 | 1000000 | 1010001 | 0 | 1001011 | 10 | 1111101 | 1100000 | 111011 |
Color Harmonies of #30FB40
Complementary color
Monochromatic Colors of #30FB40
Black with #30FB40
Text Example
Text Example
White with #30FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB40; }
p { color: rgb(48,251,64); }
H1.HeaderClassName
{
color: #30FB40;
}
.AnyTagClassName
{
color: #30FB40;
}
</style>
background-color css
<style>
a { background-color: #30FB40; }
a { background-color: rgb(48,251,64); }
div.DivClassName
{
background-color: #30FB40;
}
.BgClassName
{
background-color: #30FB40;
}
</style>
border-color css
<style>
span { border-color: #30FB40; }
span { border-color: rgb(48,251,64); }
td.TdClassName
{
border-color: #30FB40;
}
.TagClassName
{
border-color: #30FB40;
}
</style>