Shades of Lime Green #30F93B
Tints of Lime Green #30F93B
RGB
CMYK
RGB Variations
Color information
#30F93B (or 0x30F93B) is known color: Lime Green. HEX triplet: 30, F9 and 3B. RGB value is (48,249,59). Sum of RGB (Red+Green+Blue) = 48+249+59=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #30F93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F93B is #CF06C4. Grayscale: #A7A7A7. Windows color (decimal): -13567685 or 3930416. OLE color: 3930416.
HSL color Cylindrical-coordinate representation of color #30F93B: hue angle of 123.28º degrees, saturation: 0.94, 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 #30F93B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 59 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.02 |
| HSL | 123.28º | 0.94% | 0.58% | - |
| HSV(B) | 123.28º | 0.81% | 0.98% | - |
| XYZ | 35.88 | 68.7 | 15.51 | - |
| YUV | 167.24 | 66.91 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 59 | 0.81 | 0 | 0.76 | 0.02 | 123.28 | 0.94 | 0.58 |
| Hex | 30 | F9 | 3B | 51 | 0 | 4C | 2 | 7B | 5E | 3A |
| Octal | 60 | 371 | 73 | 121 | 0 | 114 | 2 | 173 | 136 | 72 |
| Binary | 110000 | 11111001 | 111011 | 1010001 | 0 | 1001100 | 10 | 1111011 | 1011110 | 111010 |
Color Harmonies of #30F93B
Complementary color
Monochromatic Colors of #30F93B
Black with #30F93B
Text Example
Text Example
White with #30F93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F93B; }
p { color: rgb(48,249,59); }
H1.HeaderClassName
{
color: #30F93B;
}
.AnyTagClassName
{
color: #30F93B;
}
</style>
background-color css
<style>
a { background-color: #30F93B; }
a { background-color: rgb(48,249,59); }
div.DivClassName
{
background-color: #30F93B;
}
.BgClassName
{
background-color: #30F93B;
}
</style>
border-color css
<style>
span { border-color: #30F93B; }
span { border-color: rgb(48,249,59); }
td.TdClassName
{
border-color: #30F93B;
}
.TagClassName
{
border-color: #30F93B;
}
</style>