Shades of Lime Green #30CB3F
Tints of Lime Green #30CB3F
RGB
CMYK
RGB Variations
Color information
#30CB3F (or 0x30CB3F) is known color: Lime Green. HEX triplet: 30, CB and 3F. RGB value is (48,203,63). Sum of RGB (Red+Green+Blue) = 48+203+63=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB3F is #CF34C0. Grayscale: #8D8D8D. Windows color (decimal): -13579457 or 4180784. OLE color: 4180784.
HSL color Cylindrical-coordinate representation of color #30CB3F: hue angle of 125.81º 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 #30CB3F is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 63 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.20 |
| HSL | 125.81º | 0.62% | 0.49% | - |
| HSV(B) | 125.81º | 0.76% | 0.8% | - |
| XYZ | 23.47 | 43.7 | 11.9 | - |
| YUV | 140.7 | 84.15 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 63 | 0.76 | 0 | 0.69 | 0.20 | 125.81 | 0.62 | 0.49 |
| Hex | 30 | CB | 3F | 4C | 0 | 45 | 14 | 7E | 3E | 31 |
| Octal | 60 | 313 | 77 | 114 | 0 | 105 | 24 | 176 | 76 | 61 |
| Binary | 110000 | 11001011 | 111111 | 1001100 | 0 | 1000101 | 10100 | 1111110 | 111110 | 110001 |
Color Harmonies of #30CB3F
Complementary color
Monochromatic Colors of #30CB3F
Black with #30CB3F
Text Example
Text Example
White with #30CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB3F; }
p { color: rgb(48,203,63); }
H1.HeaderClassName
{
color: #30CB3F;
}
.AnyTagClassName
{
color: #30CB3F;
}
</style>
background-color css
<style>
a { background-color: #30CB3F; }
a { background-color: rgb(48,203,63); }
div.DivClassName
{
background-color: #30CB3F;
}
.BgClassName
{
background-color: #30CB3F;
}
</style>
border-color css
<style>
span { border-color: #30CB3F; }
span { border-color: rgb(48,203,63); }
td.TdClassName
{
border-color: #30CB3F;
}
.TagClassName
{
border-color: #30CB3F;
}
</style>