Shades of Lime Green #30F33D
Tints of Lime Green #30F33D
RGB
CMYK
RGB Variations
Color information
#30F33D (or 0x30F33D) is known color: Lime Green. HEX triplet: 30, F3 and 3D. RGB value is (48,243,61). Sum of RGB (Red+Green+Blue) = 48+243+61=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #30F33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F33D is #CF0CC2. Grayscale: #A4A4A4. Windows color (decimal): -13569219 or 4059952. OLE color: 4059952.
HSL color Cylindrical-coordinate representation of color #30F33D: hue angle of 124º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F33D is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 61 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.05 |
| HSL | 124º | 0.89% | 0.57% | - |
| HSV(B) | 124º | 0.8% | 0.95% | - |
| XYZ | 34.11 | 65.07 | 15.18 | - |
| YUV | 163.95 | 69.9 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 61 | 0.80 | 0 | 0.75 | 0.05 | 124 | 0.89 | 0.57 |
| Hex | 30 | F3 | 3D | 50 | 0 | 4B | 5 | 7C | 59 | 39 |
| Octal | 60 | 363 | 75 | 120 | 0 | 113 | 5 | 174 | 131 | 71 |
| Binary | 110000 | 11110011 | 111101 | 1010000 | 0 | 1001011 | 101 | 1111100 | 1011001 | 111001 |
Color Harmonies of #30F33D
Complementary color
Monochromatic Colors of #30F33D
Black with #30F33D
Text Example
Text Example
White with #30F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F33D; }
p { color: rgb(48,243,61); }
H1.HeaderClassName
{
color: #30F33D;
}
.AnyTagClassName
{
color: #30F33D;
}
</style>
background-color css
<style>
a { background-color: #30F33D; }
a { background-color: rgb(48,243,61); }
div.DivClassName
{
background-color: #30F33D;
}
.BgClassName
{
background-color: #30F33D;
}
</style>
border-color css
<style>
span { border-color: #30F33D; }
span { border-color: rgb(48,243,61); }
td.TdClassName
{
border-color: #30F33D;
}
.TagClassName
{
border-color: #30F33D;
}
</style>