Shades of Lime Green #30B233
Tints of Lime Green #30B233
RGB
CMYK
RGB Variations
Color information
#30B233 (or 0x30B233) is known color: Lime Green. HEX triplet: 30, B2 and 33. RGB value is (48,178,51). Sum of RGB (Red+Green+Blue) = 48+178+51=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #30B233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B233 is #CF4DCC. Grayscale: #7D7D7D. Windows color (decimal): -13585869 or 3387952. OLE color: 3387952.
HSL color Cylindrical-coordinate representation of color #30B233: hue angle of 121.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B233 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 51 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.30 |
| HSL | 121.38º | 0.58% | 0.44% | - |
| HSV(B) | 121.38º | 0.73% | 0.7% | - |
| XYZ | 17.74 | 32.71 | 8.51 | - |
| YUV | 124.65 | 86.43 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 51 | 0.73 | 0 | 0.71 | 0.30 | 121.38 | 0.58 | 0.44 |
| Hex | 30 | B2 | 33 | 49 | 0 | 47 | 1E | 79 | 3A | 2C |
| Octal | 60 | 262 | 63 | 111 | 0 | 107 | 36 | 171 | 72 | 54 |
| Binary | 110000 | 10110010 | 110011 | 1001001 | 0 | 1000111 | 11110 | 1111001 | 111010 | 101100 |
Color Harmonies of #30B233
Complementary color
Monochromatic Colors of #30B233
Black with #30B233
Text Example
Text Example
White with #30B233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B233; }
p { color: rgb(48,178,51); }
H1.HeaderClassName
{
color: #30B233;
}
.AnyTagClassName
{
color: #30B233;
}
</style>
background-color css
<style>
a { background-color: #30B233; }
a { background-color: rgb(48,178,51); }
div.DivClassName
{
background-color: #30B233;
}
.BgClassName
{
background-color: #30B233;
}
</style>
border-color css
<style>
span { border-color: #30B233; }
span { border-color: rgb(48,178,51); }
td.TdClassName
{
border-color: #30B233;
}
.TagClassName
{
border-color: #30B233;
}
</style>