Shades of Lime Green #30CF4B
Tints of Lime Green #30CF4B
RGB
CMYK
RGB Variations
Color information
#30CF4B (or 0x30CF4B) is known color: Lime Green. HEX triplet: 30, CF and 4B. RGB value is (48,207,75). Sum of RGB (Red+Green+Blue) = 48+207+75=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF4B is #CF30B4. Grayscale: #909090. Windows color (decimal): -13578421 or 4968240. OLE color: 4968240.
HSL color Cylindrical-coordinate representation of color #30CF4B: hue angle of 130.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF4B is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 75 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.19 |
| HSL | 130.19º | 0.62% | 0.5% | - |
| HSV(B) | 130.19º | 0.77% | 0.81% | - |
| XYZ | 24.8 | 45.76 | 14.18 | - |
| YUV | 144.41 | 88.82 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 75 | 0.77 | 0 | 0.64 | 0.19 | 130.19 | 0.62 | 0.5 |
| Hex | 30 | CF | 4B | 4D | 0 | 40 | 13 | 82 | 3E | 32 |
| Octal | 60 | 317 | 113 | 115 | 0 | 100 | 23 | 202 | 76 | 62 |
| Binary | 110000 | 11001111 | 1001011 | 1001101 | 0 | 1000000 | 10011 | 10000010 | 111110 | 110010 |
Color Harmonies of #30CF4B
Complementary color
Monochromatic Colors of #30CF4B
Black with #30CF4B
Text Example
Text Example
White with #30CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF4B; }
p { color: rgb(48,207,75); }
H1.HeaderClassName
{
color: #30CF4B;
}
.AnyTagClassName
{
color: #30CF4B;
}
</style>
background-color css
<style>
a { background-color: #30CF4B; }
a { background-color: rgb(48,207,75); }
div.DivClassName
{
background-color: #30CF4B;
}
.BgClassName
{
background-color: #30CF4B;
}
</style>
border-color css
<style>
span { border-color: #30CF4B; }
span { border-color: rgb(48,207,75); }
td.TdClassName
{
border-color: #30CF4B;
}
.TagClassName
{
border-color: #30CF4B;
}
</style>