Shades of Lime Green #3CF344
Tints of Lime Green #3CF344
RGB
CMYK
RGB Variations
Color information
#3CF344 (or 0x3CF344) is known color: Lime Green. HEX triplet: 3C, F3 and 44. RGB value is (60,243,68). Sum of RGB (Red+Green+Blue) = 60+243+68=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF344 is #C30CBB. Grayscale: #A8A8A8. Windows color (decimal): -12782780 or 4518716. OLE color: 4518716.
HSL color Cylindrical-coordinate representation of color #3CF344: hue angle of 122.62º degrees, saturation: 0.88, 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 #3CF344 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 68 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.05 |
| HSL | 122.62º | 0.88% | 0.59% | - |
| HSV(B) | 122.62º | 0.75% | 0.95% | - |
| XYZ | 34.96 | 65.48 | 16.27 | - |
| YUV | 168.33 | 71.37 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 68 | 0.75 | 0 | 0.72 | 0.05 | 122.62 | 0.88 | 0.59 |
| Hex | 3C | F3 | 44 | 4B | 0 | 48 | 5 | 7B | 58 | 3B |
| Octal | 74 | 363 | 104 | 113 | 0 | 110 | 5 | 173 | 130 | 73 |
| Binary | 111100 | 11110011 | 1000100 | 1001011 | 0 | 1001000 | 101 | 1111011 | 1011000 | 111011 |
Color Harmonies of #3CF344
Complementary color
Monochromatic Colors of #3CF344
Black with #3CF344
Text Example
Text Example
White with #3CF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF344; }
p { color: rgb(60,243,68); }
H1.HeaderClassName
{
color: #3CF344;
}
.AnyTagClassName
{
color: #3CF344;
}
</style>
background-color css
<style>
a { background-color: #3CF344; }
a { background-color: rgb(60,243,68); }
div.DivClassName
{
background-color: #3CF344;
}
.BgClassName
{
background-color: #3CF344;
}
</style>
border-color css
<style>
span { border-color: #3CF344; }
span { border-color: rgb(60,243,68); }
td.TdClassName
{
border-color: #3CF344;
}
.TagClassName
{
border-color: #3CF344;
}
</style>