Shades of Lime Green #30CB3B
Tints of Lime Green #30CB3B
RGB
CMYK
RGB Variations
Color information
#30CB3B (or 0x30CB3B) is known color: Lime Green. HEX triplet: 30, CB and 3B. RGB value is (48,203,59). Sum of RGB (Red+Green+Blue) = 48+203+59=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 203 (79.69% from 255 or 65.48% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB3B is #CF34C4. Grayscale: #8C8C8C. Windows color (decimal): -13579461 or 3918640. OLE color: 3918640.
HSL color Cylindrical-coordinate representation of color #30CB3B: hue angle of 124.26º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB3B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 59 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.20 |
| HSL | 124.26º | 0.62% | 0.49% | - |
| HSV(B) | 124.26º | 0.76% | 0.8% | - |
| XYZ | 23.36 | 43.66 | 11.33 | - |
| YUV | 140.24 | 82.15 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 59 | 0.76 | 0 | 0.71 | 0.20 | 124.26 | 0.62 | 0.49 |
| Hex | 30 | CB | 3B | 4C | 0 | 47 | 14 | 7C | 3E | 31 |
| Octal | 60 | 313 | 73 | 114 | 0 | 107 | 24 | 174 | 76 | 61 |
| Binary | 110000 | 11001011 | 111011 | 1001100 | 0 | 1000111 | 10100 | 1111100 | 111110 | 110001 |
Color Harmonies of #30CB3B
Complementary color
Monochromatic Colors of #30CB3B
Black with #30CB3B
Text Example
Text Example
White with #30CB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB3B; }
p { color: rgb(48,203,59); }
H1.HeaderClassName
{
color: #30CB3B;
}
.AnyTagClassName
{
color: #30CB3B;
}
</style>
background-color css
<style>
a { background-color: #30CB3B; }
a { background-color: rgb(48,203,59); }
div.DivClassName
{
background-color: #30CB3B;
}
.BgClassName
{
background-color: #30CB3B;
}
</style>
border-color css
<style>
span { border-color: #30CB3B; }
span { border-color: rgb(48,203,59); }
td.TdClassName
{
border-color: #30CB3B;
}
.TagClassName
{
border-color: #30CB3B;
}
</style>