Shades of Lime Green #30BF31
Tints of Lime Green #30BF31
RGB
CMYK
RGB Variations
Color information
#30BF31 (or 0x30BF31) is known color: Lime Green. HEX triplet: 30, BF and 31. RGB value is (48,191,49). Sum of RGB (Red+Green+Blue) = 48+191+49=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF31 is #CF40CE. Grayscale: #848484. Windows color (decimal): -13582543 or 3260208. OLE color: 3260208.
HSL color Cylindrical-coordinate representation of color #30BF31: hue angle of 120.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF31 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 49 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.25 |
| HSL | 120.42º | 0.6% | 0.47% | - |
| HSV(B) | 120.42º | 0.75% | 0.75% | - |
| XYZ | 20.4 | 38.11 | 9.19 | - |
| YUV | 132.06 | 81.12 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 49 | 0.75 | 0 | 0.74 | 0.25 | 120.42 | 0.6 | 0.47 |
| Hex | 30 | BF | 31 | 4B | 0 | 4A | 19 | 78 | 3C | 2F |
| Octal | 60 | 277 | 61 | 113 | 0 | 112 | 31 | 170 | 74 | 57 |
| Binary | 110000 | 10111111 | 110001 | 1001011 | 0 | 1001010 | 11001 | 1111000 | 111100 | 101111 |
Color Harmonies of #30BF31
Complementary color
Monochromatic Colors of #30BF31
Black with #30BF31
Text Example
Text Example
White with #30BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BF31; }
p { color: rgb(48,191,49); }
H1.HeaderClassName
{
color: #30BF31;
}
.AnyTagClassName
{
color: #30BF31;
}
</style>
background-color css
<style>
a { background-color: #30BF31; }
a { background-color: rgb(48,191,49); }
div.DivClassName
{
background-color: #30BF31;
}
.BgClassName
{
background-color: #30BF31;
}
</style>
border-color css
<style>
span { border-color: #30BF31; }
span { border-color: rgb(48,191,49); }
td.TdClassName
{
border-color: #30BF31;
}
.TagClassName
{
border-color: #30BF31;
}
</style>