Shades of Lime Green #3DF938
Tints of Lime Green #3DF938
RGB
CMYK
RGB Variations
Color information
#3DF938 (or 0x3DF938) is known color: Lime Green. HEX triplet: 3D, F9 and 38. RGB value is (61,249,56). Sum of RGB (Red+Green+Blue) = 61+249+56=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF938 is #C206C7. Grayscale: #ABABAB. Windows color (decimal): -12715720 or 3733821. OLE color: 3733821.
HSL color Cylindrical-coordinate representation of color #3DF938: hue angle of 118.45º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DF938 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 56 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.02 |
| HSL | 118.45º | 0.94% | 0.6% | - |
| HSV(B) | 118.45º | 0.78% | 0.98% | - |
| XYZ | 36.51 | 69.03 | 15.14 | - |
| YUV | 170.79 | 63.22 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 56 | 0.76 | 0 | 0.78 | 0.02 | 118.45 | 0.94 | 0.6 |
| Hex | 3D | F9 | 38 | 4C | 0 | 4E | 2 | 76 | 5E | 3C |
| Octal | 75 | 371 | 70 | 114 | 0 | 116 | 2 | 166 | 136 | 74 |
| Binary | 111101 | 11111001 | 111000 | 1001100 | 0 | 1001110 | 10 | 1110110 | 1011110 | 111100 |
Color Harmonies of #3DF938
Complementary color
Monochromatic Colors of #3DF938
Black with #3DF938
Text Example
Text Example
White with #3DF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF938; }
p { color: rgb(61,249,56); }
H1.HeaderClassName
{
color: #3DF938;
}
.AnyTagClassName
{
color: #3DF938;
}
</style>
background-color css
<style>
a { background-color: #3DF938; }
a { background-color: rgb(61,249,56); }
div.DivClassName
{
background-color: #3DF938;
}
.BgClassName
{
background-color: #3DF938;
}
</style>
border-color css
<style>
span { border-color: #3DF938; }
span { border-color: rgb(61,249,56); }
td.TdClassName
{
border-color: #3DF938;
}
.TagClassName
{
border-color: #3DF938;
}
</style>