Shades of Lime Green #3DF930
Tints of Lime Green #3DF930
RGB
CMYK
RGB Variations
Color information
#3DF930 (or 0x3DF930) is known color: Lime Green. HEX triplet: 3D, F9 and 30. RGB value is (61,249,48). Sum of RGB (Red+Green+Blue) = 61+249+48=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF930 is #C206CF. Grayscale: #AAAAAA. Windows color (decimal): -12715728 or 3209533. OLE color: 3209533.
HSL color Cylindrical-coordinate representation of color #3DF930: hue angle of 116.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF930 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 48 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.02 |
| HSL | 116.12º | 0.94% | 0.58% | - |
| HSV(B) | 116.12º | 0.81% | 0.98% | - |
| XYZ | 36.33 | 68.96 | 14.19 | - |
| YUV | 169.87 | 59.22 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 48 | 0.76 | 0 | 0.81 | 0.02 | 116.12 | 0.94 | 0.58 |
| Hex | 3D | F9 | 30 | 4C | 0 | 51 | 2 | 74 | 5E | 3A |
| Octal | 75 | 371 | 60 | 114 | 0 | 121 | 2 | 164 | 136 | 72 |
| Binary | 111101 | 11111001 | 110000 | 1001100 | 0 | 1010001 | 10 | 1110100 | 1011110 | 111010 |
Color Harmonies of #3DF930
Complementary color
Monochromatic Colors of #3DF930
Black with #3DF930
Text Example
Text Example
White with #3DF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF930; }
p { color: rgb(61,249,48); }
H1.HeaderClassName
{
color: #3DF930;
}
.AnyTagClassName
{
color: #3DF930;
}
</style>
background-color css
<style>
a { background-color: #3DF930; }
a { background-color: rgb(61,249,48); }
div.DivClassName
{
background-color: #3DF930;
}
.BgClassName
{
background-color: #3DF930;
}
</style>
border-color css
<style>
span { border-color: #3DF930; }
span { border-color: rgb(61,249,48); }
td.TdClassName
{
border-color: #3DF930;
}
.TagClassName
{
border-color: #3DF930;
}
</style>