Shades of Lime Green #3DF127
Tints of Lime Green #3DF127
RGB
CMYK
RGB Variations
Color information
#3DF127 (or 0x3DF127) is known color: Lime Green. HEX triplet: 3D, F1 and 27. RGB value is (61,241,39). Sum of RGB (Red+Green+Blue) = 61+241+39=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF127 is #C20ED8. Grayscale: #A4A4A4. Windows color (decimal): -12717785 or 2617661. OLE color: 2617661.
HSL color Cylindrical-coordinate representation of color #3DF127: hue angle of 113.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DF127 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 39 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.05 |
| HSL | 113.47º | 0.88% | 0.55% | - |
| HSV(B) | 113.47º | 0.84% | 0.95% | - |
| XYZ | 33.75 | 64.05 | 12.5 | - |
| YUV | 164.15 | 57.37 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 39 | 0.75 | 0 | 0.84 | 0.05 | 113.47 | 0.88 | 0.55 |
| Hex | 3D | F1 | 27 | 4B | 0 | 54 | 5 | 71 | 58 | 37 |
| Octal | 75 | 361 | 47 | 113 | 0 | 124 | 5 | 161 | 130 | 67 |
| Binary | 111101 | 11110001 | 100111 | 1001011 | 0 | 1010100 | 101 | 1110001 | 1011000 | 110111 |
Color Harmonies of #3DF127
Complementary color
Monochromatic Colors of #3DF127
Black with #3DF127
Text Example
Text Example
White with #3DF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF127; }
p { color: rgb(61,241,39); }
H1.HeaderClassName
{
color: #3DF127;
}
.AnyTagClassName
{
color: #3DF127;
}
</style>
background-color css
<style>
a { background-color: #3DF127; }
a { background-color: rgb(61,241,39); }
div.DivClassName
{
background-color: #3DF127;
}
.BgClassName
{
background-color: #3DF127;
}
</style>
border-color css
<style>
span { border-color: #3DF127; }
span { border-color: rgb(61,241,39); }
td.TdClassName
{
border-color: #3DF127;
}
.TagClassName
{
border-color: #3DF127;
}
</style>