Shades of Lime Green #30BC22
Tints of Lime Green #30BC22
RGB
CMYK
RGB Variations
Color information
#30BC22 (or 0x30BC22) is known color: Lime Green. HEX triplet: 30, BC and 22. RGB value is (48,188,34). Sum of RGB (Red+Green+Blue) = 48+188+34=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC22 is #CF43DD. Grayscale: #818181. Windows color (decimal): -13583326 or 2276400. OLE color: 2276400.
HSL color Cylindrical-coordinate representation of color #30BC22: hue angle of 114.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30BC22 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 34 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.26 |
| HSL | 114.55º | 0.69% | 0.44% | - |
| HSV(B) | 114.55º | 0.82% | 0.74% | - |
| XYZ | 19.49 | 36.71 | 7.57 | - |
| YUV | 128.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 34 | 0.74 | 0 | 0.82 | 0.26 | 114.55 | 0.69 | 0.44 |
| Hex | 30 | BC | 22 | 4A | 0 | 52 | 1A | 73 | 45 | 2C |
| Octal | 60 | 274 | 42 | 112 | 0 | 122 | 32 | 163 | 105 | 54 |
| Binary | 110000 | 10111100 | 100010 | 1001010 | 0 | 1010010 | 11010 | 1110011 | 1000101 | 101100 |
Color Harmonies of #30BC22
Complementary color
Monochromatic Colors of #30BC22
Black with #30BC22
Text Example
Text Example
White with #30BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC22; }
p { color: rgb(48,188,34); }
H1.HeaderClassName
{
color: #30BC22;
}
.AnyTagClassName
{
color: #30BC22;
}
</style>
background-color css
<style>
a { background-color: #30BC22; }
a { background-color: rgb(48,188,34); }
div.DivClassName
{
background-color: #30BC22;
}
.BgClassName
{
background-color: #30BC22;
}
</style>
border-color css
<style>
span { border-color: #30BC22; }
span { border-color: rgb(48,188,34); }
td.TdClassName
{
border-color: #30BC22;
}
.TagClassName
{
border-color: #30BC22;
}
</style>