Shades of Lime Green #3DF345
Tints of Lime Green #3DF345
RGB
CMYK
RGB Variations
Color information
#3DF345 (or 0x3DF345) is known color: Lime Green. HEX triplet: 3D, F3 and 45. RGB value is (61,243,69). Sum of RGB (Red+Green+Blue) = 61+243+69=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF345 is #C20CBA. Grayscale: #A9A9A9. Windows color (decimal): -12717243 or 4584253. OLE color: 4584253.
HSL color Cylindrical-coordinate representation of color #3DF345: hue angle of 122.64º 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 #3DF345 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 69 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.05 |
| HSL | 122.64º | 0.88% | 0.6% | - |
| HSV(B) | 122.64º | 0.75% | 0.95% | - |
| XYZ | 35.05 | 65.52 | 16.43 | - |
| YUV | 168.75 | 71.7 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 69 | 0.75 | 0 | 0.72 | 0.05 | 122.64 | 0.88 | 0.6 |
| Hex | 3D | F3 | 45 | 4B | 0 | 48 | 5 | 7B | 58 | 3C |
| Octal | 75 | 363 | 105 | 113 | 0 | 110 | 5 | 173 | 130 | 74 |
| Binary | 111101 | 11110011 | 1000101 | 1001011 | 0 | 1001000 | 101 | 1111011 | 1011000 | 111100 |
Color Harmonies of #3DF345
Complementary color
Monochromatic Colors of #3DF345
Black with #3DF345
Text Example
Text Example
White with #3DF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF345; }
p { color: rgb(61,243,69); }
H1.HeaderClassName
{
color: #3DF345;
}
.AnyTagClassName
{
color: #3DF345;
}
</style>
background-color css
<style>
a { background-color: #3DF345; }
a { background-color: rgb(61,243,69); }
div.DivClassName
{
background-color: #3DF345;
}
.BgClassName
{
background-color: #3DF345;
}
</style>
border-color css
<style>
span { border-color: #3DF345; }
span { border-color: rgb(61,243,69); }
td.TdClassName
{
border-color: #3DF345;
}
.TagClassName
{
border-color: #3DF345;
}
</style>