Shades of Lime Green #3DF736
Tints of Lime Green #3DF736
RGB
CMYK
RGB Variations
Color information
#3DF736 (or 0x3DF736) is known color: Lime Green. HEX triplet: 3D, F7 and 36. RGB value is (61,247,54). Sum of RGB (Red+Green+Blue) = 61+247+54=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 247 (96.88% from 255 or 68.23% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF736 is #C208C9. Grayscale: #A9A9A9. Windows color (decimal): -12716234 or 3602237. OLE color: 3602237.
HSL color Cylindrical-coordinate representation of color #3DF736: hue angle of 117.82º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DF736 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 54 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.03 |
| HSL | 117.82º | 0.92% | 0.59% | - |
| HSV(B) | 117.82º | 0.78% | 0.97% | - |
| XYZ | 35.85 | 67.78 | 14.68 | - |
| YUV | 169.38 | 62.88 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 54 | 0.75 | 0 | 0.78 | 0.03 | 117.82 | 0.92 | 0.59 |
| Hex | 3D | F7 | 36 | 4B | 0 | 4E | 3 | 76 | 5C | 3B |
| Octal | 75 | 367 | 66 | 113 | 0 | 116 | 3 | 166 | 134 | 73 |
| Binary | 111101 | 11110111 | 110110 | 1001011 | 0 | 1001110 | 11 | 1110110 | 1011100 | 111011 |
Color Harmonies of #3DF736
Complementary color
Monochromatic Colors of #3DF736
Black with #3DF736
Text Example
Text Example
White with #3DF736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF736; }
p { color: rgb(61,247,54); }
H1.HeaderClassName
{
color: #3DF736;
}
.AnyTagClassName
{
color: #3DF736;
}
</style>
background-color css
<style>
a { background-color: #3DF736; }
a { background-color: rgb(61,247,54); }
div.DivClassName
{
background-color: #3DF736;
}
.BgClassName
{
background-color: #3DF736;
}
</style>
border-color css
<style>
span { border-color: #3DF736; }
span { border-color: rgb(61,247,54); }
td.TdClassName
{
border-color: #3DF736;
}
.TagClassName
{
border-color: #3DF736;
}
</style>