Shades of Lime Green #30EE3B
Tints of Lime Green #30EE3B
RGB
CMYK
RGB Variations
Color information
#30EE3B (or 0x30EE3B) is known color: Lime Green. HEX triplet: 30, EE and 3B. RGB value is (48,238,59). Sum of RGB (Red+Green+Blue) = 48+238+59=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EE3B is #CF11C4. Grayscale: #A1A1A1. Windows color (decimal): -13570501 or 3927600. OLE color: 3927600.
HSL color Cylindrical-coordinate representation of color #30EE3B: hue angle of 123.47º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EE3B is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 59 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.07 |
| HSL | 123.47º | 0.85% | 0.56% | - |
| HSV(B) | 123.47º | 0.8% | 0.93% | - |
| XYZ | 32.58 | 62.09 | 14.41 | - |
| YUV | 160.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 59 | 0.80 | 0 | 0.75 | 0.07 | 123.47 | 0.85 | 0.56 |
| Hex | 30 | EE | 3B | 50 | 0 | 4B | 7 | 7B | 55 | 38 |
| Octal | 60 | 356 | 73 | 120 | 0 | 113 | 7 | 173 | 125 | 70 |
| Binary | 110000 | 11101110 | 111011 | 1010000 | 0 | 1001011 | 111 | 1111011 | 1010101 | 111000 |
Color Harmonies of #30EE3B
Complementary color
Monochromatic Colors of #30EE3B
Black with #30EE3B
Text Example
Text Example
White with #30EE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE3B; }
p { color: rgb(48,238,59); }
H1.HeaderClassName
{
color: #30EE3B;
}
.AnyTagClassName
{
color: #30EE3B;
}
</style>
background-color css
<style>
a { background-color: #30EE3B; }
a { background-color: rgb(48,238,59); }
div.DivClassName
{
background-color: #30EE3B;
}
.BgClassName
{
background-color: #30EE3B;
}
</style>
border-color css
<style>
span { border-color: #30EE3B; }
span { border-color: rgb(48,238,59); }
td.TdClassName
{
border-color: #30EE3B;
}
.TagClassName
{
border-color: #30EE3B;
}
</style>