Shades of Lime Green #30FA42
Tints of Lime Green #30FA42
RGB
CMYK
RGB Variations
Color information
#30FA42 (or 0x30FA42) is known color: Lime Green. HEX triplet: 30, FA and 42. RGB value is (48,250,66). Sum of RGB (Red+Green+Blue) = 48+250+66=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA42 is #CF05BD. Grayscale: #A9A9A9. Windows color (decimal): -13567422 or 4389424. OLE color: 4389424.
HSL color Cylindrical-coordinate representation of color #30FA42: hue angle of 125.35º 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 #30FA42 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 66 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.02 |
| HSL | 125.35º | 0.95% | 0.58% | - |
| HSV(B) | 125.35º | 0.81% | 0.98% | - |
| XYZ | 36.39 | 69.39 | 16.63 | - |
| YUV | 168.63 | 70.08 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 66 | 0.81 | 0 | 0.74 | 0.02 | 125.35 | 0.95 | 0.58 |
| Hex | 30 | FA | 42 | 51 | 0 | 4A | 2 | 7D | 5F | 3A |
| Octal | 60 | 372 | 102 | 121 | 0 | 112 | 2 | 175 | 137 | 72 |
| Binary | 110000 | 11111010 | 1000010 | 1010001 | 0 | 1001010 | 10 | 1111101 | 1011111 | 111010 |
Color Harmonies of #30FA42
Complementary color
Monochromatic Colors of #30FA42
Black with #30FA42
Text Example
Text Example
White with #30FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA42; }
p { color: rgb(48,250,66); }
H1.HeaderClassName
{
color: #30FA42;
}
.AnyTagClassName
{
color: #30FA42;
}
</style>
background-color css
<style>
a { background-color: #30FA42; }
a { background-color: rgb(48,250,66); }
div.DivClassName
{
background-color: #30FA42;
}
.BgClassName
{
background-color: #30FA42;
}
</style>
border-color css
<style>
span { border-color: #30FA42; }
span { border-color: rgb(48,250,66); }
td.TdClassName
{
border-color: #30FA42;
}
.TagClassName
{
border-color: #30FA42;
}
</style>