Shades of Lime Green #30F344
Tints of Lime Green #30F344
RGB
CMYK
RGB Variations
Color information
#30F344 (or 0x30F344) is known color: Lime Green. HEX triplet: 30, F3 and 44. RGB value is (48,243,68). Sum of RGB (Red+Green+Blue) = 48+243+68=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #30F344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F344 is #CF0CBB. Grayscale: #A5A5A5. Windows color (decimal): -13569212 or 4518704. OLE color: 4518704.
HSL color Cylindrical-coordinate representation of color #30F344: hue angle of 126.15º 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 #30F344 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 68 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.05 |
| HSL | 126.15º | 0.89% | 0.57% | - |
| HSV(B) | 126.15º | 0.8% | 0.95% | - |
| XYZ | 34.31 | 65.15 | 16.23 | - |
| YUV | 164.75 | 73.4 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 68 | 0.80 | 0 | 0.72 | 0.05 | 126.15 | 0.89 | 0.57 |
| Hex | 30 | F3 | 44 | 50 | 0 | 48 | 5 | 7E | 59 | 39 |
| Octal | 60 | 363 | 104 | 120 | 0 | 110 | 5 | 176 | 131 | 71 |
| Binary | 110000 | 11110011 | 1000100 | 1010000 | 0 | 1001000 | 101 | 1111110 | 1011001 | 111001 |
Color Harmonies of #30F344
Complementary color
Monochromatic Colors of #30F344
Black with #30F344
Text Example
Text Example
White with #30F344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F344; }
p { color: rgb(48,243,68); }
H1.HeaderClassName
{
color: #30F344;
}
.AnyTagClassName
{
color: #30F344;
}
</style>
background-color css
<style>
a { background-color: #30F344; }
a { background-color: rgb(48,243,68); }
div.DivClassName
{
background-color: #30F344;
}
.BgClassName
{
background-color: #30F344;
}
</style>
border-color css
<style>
span { border-color: #30F344; }
span { border-color: rgb(48,243,68); }
td.TdClassName
{
border-color: #30F344;
}
.TagClassName
{
border-color: #30F344;
}
</style>