Shades of Lime Green #30F92C
Tints of Lime Green #30F92C
RGB
CMYK
RGB Variations
Color information
#30F92C (or 0x30F92C) is known color: Lime Green. HEX triplet: 30, F9 and 2C. RGB value is (48,249,44). Sum of RGB (Red+Green+Blue) = 48+249+44=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #30F92C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F92C is #CF06D3. Grayscale: #A6A6A6. Windows color (decimal): -13567700 or 2947376. OLE color: 2947376.
HSL color Cylindrical-coordinate representation of color #30F92C: hue angle of 118.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30F92C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 44 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.02 |
| HSL | 118.83º | 0.94% | 0.57% | - |
| HSV(B) | 118.83º | 0.82% | 0.98% | - |
| XYZ | 35.55 | 68.56 | 13.74 | - |
| YUV | 165.53 | 59.41 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 44 | 0.81 | 0 | 0.82 | 0.02 | 118.83 | 0.94 | 0.57 |
| Hex | 30 | F9 | 2C | 51 | 0 | 52 | 2 | 77 | 5E | 39 |
| Octal | 60 | 371 | 54 | 121 | 0 | 122 | 2 | 167 | 136 | 71 |
| Binary | 110000 | 11111001 | 101100 | 1010001 | 0 | 1010010 | 10 | 1110111 | 1011110 | 111001 |
Color Harmonies of #30F92C
Complementary color
Monochromatic Colors of #30F92C
Black with #30F92C
Text Example
Text Example
White with #30F92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F92C; }
p { color: rgb(48,249,44); }
H1.HeaderClassName
{
color: #30F92C;
}
.AnyTagClassName
{
color: #30F92C;
}
</style>
background-color css
<style>
a { background-color: #30F92C; }
a { background-color: rgb(48,249,44); }
div.DivClassName
{
background-color: #30F92C;
}
.BgClassName
{
background-color: #30F92C;
}
</style>
border-color css
<style>
span { border-color: #30F92C; }
span { border-color: rgb(48,249,44); }
td.TdClassName
{
border-color: #30F92C;
}
.TagClassName
{
border-color: #30F92C;
}
</style>