Shades of Lime Green #30F245
Tints of Lime Green #30F245
RGB
CMYK
RGB Variations
Color information
#30F245 (or 0x30F245) is known color: Lime Green. HEX triplet: 30, F2 and 45. RGB value is (48,242,69). Sum of RGB (Red+Green+Blue) = 48+242+69=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #30F245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F245 is #CF0DBA. Grayscale: #A4A4A4. Windows color (decimal): -13569467 or 4583984. OLE color: 4583984.
HSL color Cylindrical-coordinate representation of color #30F245: hue angle of 126.49º degrees, saturation: 0.88, 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 #30F245 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 69 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.05 |
| HSL | 126.49º | 0.88% | 0.57% | - |
| HSV(B) | 126.49º | 0.8% | 0.95% | - |
| XYZ | 34.05 | 64.56 | 16.3 | - |
| YUV | 164.27 | 74.23 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 69 | 0.80 | 0 | 0.71 | 0.05 | 126.49 | 0.88 | 0.57 |
| Hex | 30 | F2 | 45 | 50 | 0 | 47 | 5 | 7E | 58 | 39 |
| Octal | 60 | 362 | 105 | 120 | 0 | 107 | 5 | 176 | 130 | 71 |
| Binary | 110000 | 11110010 | 1000101 | 1010000 | 0 | 1000111 | 101 | 1111110 | 1011000 | 111001 |
Color Harmonies of #30F245
Complementary color
Monochromatic Colors of #30F245
Black with #30F245
Text Example
Text Example
White with #30F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F245; }
p { color: rgb(48,242,69); }
H1.HeaderClassName
{
color: #30F245;
}
.AnyTagClassName
{
color: #30F245;
}
</style>
background-color css
<style>
a { background-color: #30F245; }
a { background-color: rgb(48,242,69); }
div.DivClassName
{
background-color: #30F245;
}
.BgClassName
{
background-color: #30F245;
}
</style>
border-color css
<style>
span { border-color: #30F245; }
span { border-color: rgb(48,242,69); }
td.TdClassName
{
border-color: #30F245;
}
.TagClassName
{
border-color: #30F245;
}
</style>