Shades of Lime Green #3DF342
Tints of Lime Green #3DF342
RGB
CMYK
RGB Variations
Color information
#3DF342 (or 0x3DF342) is known color: Lime Green. HEX triplet: 3D, F3 and 42. RGB value is (61,243,66). Sum of RGB (Red+Green+Blue) = 61+243+66=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF342 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF342 is #C20CBD. Grayscale: #A8A8A8. Windows color (decimal): -12717246 or 4387645. OLE color: 4387645.
HSL color Cylindrical-coordinate representation of color #3DF342: hue angle of 121.65º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF342 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 66 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.05 |
| HSL | 121.65º | 0.88% | 0.6% | - |
| HSV(B) | 121.65º | 0.75% | 0.95% | - |
| XYZ | 34.96 | 65.49 | 15.95 | - |
| YUV | 168.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 66 | 0.75 | 0 | 0.73 | 0.05 | 121.65 | 0.88 | 0.6 |
| Hex | 3D | F3 | 42 | 4B | 0 | 49 | 5 | 7A | 58 | 3C |
| Octal | 75 | 363 | 102 | 113 | 0 | 111 | 5 | 172 | 130 | 74 |
| Binary | 111101 | 11110011 | 1000010 | 1001011 | 0 | 1001001 | 101 | 1111010 | 1011000 | 111100 |
Color Harmonies of #3DF342
Complementary color
Monochromatic Colors of #3DF342
Black with #3DF342
Text Example
Text Example
White with #3DF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF342; }
p { color: rgb(61,243,66); }
H1.HeaderClassName
{
color: #3DF342;
}
.AnyTagClassName
{
color: #3DF342;
}
</style>
background-color css
<style>
a { background-color: #3DF342; }
a { background-color: rgb(61,243,66); }
div.DivClassName
{
background-color: #3DF342;
}
.BgClassName
{
background-color: #3DF342;
}
</style>
border-color css
<style>
span { border-color: #3DF342; }
span { border-color: rgb(61,243,66); }
td.TdClassName
{
border-color: #3DF342;
}
.TagClassName
{
border-color: #3DF342;
}
</style>