Shades of Lime Green #30FF3D
Tints of Lime Green #30FF3D
RGB
CMYK
RGB Variations
Color information
#30FF3D (or 0x30FF3D) is known color: Lime Green. HEX triplet: 30, FF and 3D. RGB value is (48,255,61). Sum of RGB (Red+Green+Blue) = 48+255+61=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF3D is #CF00C2. Grayscale: #ABABAB. Windows color (decimal): -13566147 or 4063024. OLE color: 4063024.
HSL color Cylindrical-coordinate representation of color #30FF3D: hue angle of 123.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF3D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 61 | - |
| CMYK | 0.81 | 0 | 0.76 | 0 |
| HSL | 123.77º | 1% | 0.59% | - |
| HSV(B) | 123.77º | 0.81% | 1% | - |
| XYZ | 37.82 | 72.49 | 16.41 | - |
| YUV | 170.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 61 | 0.81 | 0 | 0.76 | 0 | 123.77 | 1 | 0.59 |
| Hex | 30 | FF | 3D | 51 | 0 | 4C | 0 | 7C | 64 | 3B |
| Octal | 60 | 377 | 75 | 121 | 0 | 114 | 0 | 174 | 144 | 73 |
| Binary | 110000 | 11111111 | 111101 | 1010001 | 0 | 1001100 | 0 | 1111100 | 1100100 | 111011 |
Color Harmonies of #30FF3D
Complementary color
Monochromatic Colors of #30FF3D
Black with #30FF3D
Text Example
Text Example
White with #30FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF3D; }
p { color: rgb(48,255,61); }
H1.HeaderClassName
{
color: #30FF3D;
}
.AnyTagClassName
{
color: #30FF3D;
}
</style>
background-color css
<style>
a { background-color: #30FF3D; }
a { background-color: rgb(48,255,61); }
div.DivClassName
{
background-color: #30FF3D;
}
.BgClassName
{
background-color: #30FF3D;
}
</style>
border-color css
<style>
span { border-color: #30FF3D; }
span { border-color: rgb(48,255,61); }
td.TdClassName
{
border-color: #30FF3D;
}
.TagClassName
{
border-color: #30FF3D;
}
</style>