Shades of Lime Green #30FA43
Tints of Lime Green #30FA43
RGB
CMYK
RGB Variations
Color information
#30FA43 (or 0x30FA43) is known color: Lime Green. HEX triplet: 30, FA and 43. RGB value is (48,250,67). Sum of RGB (Red+Green+Blue) = 48+250+67=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA43 is #CF05BC. Grayscale: #A9A9A9. Windows color (decimal): -13567421 or 4454960. OLE color: 4454960.
HSL color Cylindrical-coordinate representation of color #30FA43: hue angle of 125.64º 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 #30FA43 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 67 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.02 |
| HSL | 125.64º | 0.95% | 0.58% | - |
| HSV(B) | 125.64º | 0.81% | 0.98% | - |
| XYZ | 36.42 | 69.4 | 16.79 | - |
| YUV | 168.74 | 70.58 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 67 | 0.81 | 0 | 0.73 | 0.02 | 125.64 | 0.95 | 0.58 |
| Hex | 30 | FA | 43 | 51 | 0 | 49 | 2 | 7E | 5F | 3A |
| Octal | 60 | 372 | 103 | 121 | 0 | 111 | 2 | 176 | 137 | 72 |
| Binary | 110000 | 11111010 | 1000011 | 1010001 | 0 | 1001001 | 10 | 1111110 | 1011111 | 111010 |
Color Harmonies of #30FA43
Complementary color
Monochromatic Colors of #30FA43
Black with #30FA43
Text Example
Text Example
White with #30FA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA43; }
p { color: rgb(48,250,67); }
H1.HeaderClassName
{
color: #30FA43;
}
.AnyTagClassName
{
color: #30FA43;
}
</style>
background-color css
<style>
a { background-color: #30FA43; }
a { background-color: rgb(48,250,67); }
div.DivClassName
{
background-color: #30FA43;
}
.BgClassName
{
background-color: #30FA43;
}
</style>
border-color css
<style>
span { border-color: #30FA43; }
span { border-color: rgb(48,250,67); }
td.TdClassName
{
border-color: #30FA43;
}
.TagClassName
{
border-color: #30FA43;
}
</style>