Shades of Lime Green #3DF239
Tints of Lime Green #3DF239
RGB
CMYK
RGB Variations
Color information
#3DF239 (or 0x3DF239) is known color: Lime Green. HEX triplet: 3D, F2 and 39. RGB value is (61,242,57). Sum of RGB (Red+Green+Blue) = 61+242+57=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF239 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF239 is #C20DC6. Grayscale: #A7A7A7. Windows color (decimal): -12717511 or 3797565. OLE color: 3797565.
HSL color Cylindrical-coordinate representation of color #3DF239: hue angle of 118.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF239 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 57 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.05 |
| HSL | 118.7º | 0.88% | 0.59% | - |
| HSV(B) | 118.7º | 0.76% | 0.95% | - |
| XYZ | 34.42 | 64.79 | 14.56 | - |
| YUV | 166.79 | 66.03 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 57 | 0.75 | 0 | 0.76 | 0.05 | 118.7 | 0.88 | 0.59 |
| Hex | 3D | F2 | 39 | 4B | 0 | 4C | 5 | 77 | 58 | 3B |
| Octal | 75 | 362 | 71 | 113 | 0 | 114 | 5 | 167 | 130 | 73 |
| Binary | 111101 | 11110010 | 111001 | 1001011 | 0 | 1001100 | 101 | 1110111 | 1011000 | 111011 |
Color Harmonies of #3DF239
Complementary color
Monochromatic Colors of #3DF239
Black with #3DF239
Text Example
Text Example
White with #3DF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF239; }
p { color: rgb(61,242,57); }
H1.HeaderClassName
{
color: #3DF239;
}
.AnyTagClassName
{
color: #3DF239;
}
</style>
background-color css
<style>
a { background-color: #3DF239; }
a { background-color: rgb(61,242,57); }
div.DivClassName
{
background-color: #3DF239;
}
.BgClassName
{
background-color: #3DF239;
}
</style>
border-color css
<style>
span { border-color: #3DF239; }
span { border-color: rgb(61,242,57); }
td.TdClassName
{
border-color: #3DF239;
}
.TagClassName
{
border-color: #3DF239;
}
</style>