Shades of Lime Green #3DF145
Tints of Lime Green #3DF145
RGB
CMYK
RGB Variations
Color information
#3DF145 (or 0x3DF145) is known color: Lime Green. HEX triplet: 3D, F1 and 45. RGB value is (61,241,69). Sum of RGB (Red+Green+Blue) = 61+241+69=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF145 is #C20EBA. Grayscale: #A8A8A8. Windows color (decimal): -12717755 or 4583741. OLE color: 4583741.
HSL color Cylindrical-coordinate representation of color #3DF145: hue angle of 122.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF145 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 69 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.05 |
| HSL | 122.67º | 0.87% | 0.59% | - |
| HSV(B) | 122.67º | 0.75% | 0.95% | - |
| XYZ | 34.45 | 64.33 | 16.23 | - |
| YUV | 167.57 | 72.37 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 69 | 0.75 | 0 | 0.71 | 0.05 | 122.67 | 0.87 | 0.59 |
| Hex | 3D | F1 | 45 | 4B | 0 | 47 | 5 | 7B | 57 | 3B |
| Octal | 75 | 361 | 105 | 113 | 0 | 107 | 5 | 173 | 127 | 73 |
| Binary | 111101 | 11110001 | 1000101 | 1001011 | 0 | 1000111 | 101 | 1111011 | 1010111 | 111011 |
Color Harmonies of #3DF145
Complementary color
Monochromatic Colors of #3DF145
Black with #3DF145
Text Example
Text Example
White with #3DF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF145; }
p { color: rgb(61,241,69); }
H1.HeaderClassName
{
color: #3DF145;
}
.AnyTagClassName
{
color: #3DF145;
}
</style>
background-color css
<style>
a { background-color: #3DF145; }
a { background-color: rgb(61,241,69); }
div.DivClassName
{
background-color: #3DF145;
}
.BgClassName
{
background-color: #3DF145;
}
</style>
border-color css
<style>
span { border-color: #3DF145; }
span { border-color: rgb(61,241,69); }
td.TdClassName
{
border-color: #3DF145;
}
.TagClassName
{
border-color: #3DF145;
}
</style>