Shades of Lime Green #3EF245
Tints of Lime Green #3EF245
RGB
CMYK
RGB Variations
Color information
#3EF245 (or 0x3EF245) is known color: Lime Green. HEX triplet: 3E, F2 and 45. RGB value is (62,242,69). Sum of RGB (Red+Green+Blue) = 62+242+69=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF245 is #C10DBA. Grayscale: #A8A8A8. Windows color (decimal): -12651963 or 4583998. OLE color: 4583998.
HSL color Cylindrical-coordinate representation of color #3EF245: hue angle of 122.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF245 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 69 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.05 |
| HSL | 122.33º | 0.87% | 0.6% | - |
| HSV(B) | 122.33º | 0.74% | 0.95% | - |
| XYZ | 34.81 | 64.96 | 16.33 | - |
| YUV | 168.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 69 | 0.74 | 0 | 0.71 | 0.05 | 122.33 | 0.87 | 0.6 |
| Hex | 3E | F2 | 45 | 4A | 0 | 47 | 5 | 7A | 57 | 3C |
| Octal | 76 | 362 | 105 | 112 | 0 | 107 | 5 | 172 | 127 | 74 |
| Binary | 111110 | 11110010 | 1000101 | 1001010 | 0 | 1000111 | 101 | 1111010 | 1010111 | 111100 |
Color Harmonies of #3EF245
Complementary color
Monochromatic Colors of #3EF245
Black with #3EF245
Text Example
Text Example
White with #3EF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF245; }
p { color: rgb(62,242,69); }
H1.HeaderClassName
{
color: #3EF245;
}
.AnyTagClassName
{
color: #3EF245;
}
</style>
background-color css
<style>
a { background-color: #3EF245; }
a { background-color: rgb(62,242,69); }
div.DivClassName
{
background-color: #3EF245;
}
.BgClassName
{
background-color: #3EF245;
}
</style>
border-color css
<style>
span { border-color: #3EF245; }
span { border-color: rgb(62,242,69); }
td.TdClassName
{
border-color: #3EF245;
}
.TagClassName
{
border-color: #3EF245;
}
</style>