Shades of Lime Green #2CF123
Tints of Lime Green #2CF123
RGB
CMYK
RGB Variations
Color information
#2CF123 (or 0x2CF123) is known color: Lime Green. HEX triplet: 2C, F1 and 23. RGB value is (44,241,35). Sum of RGB (Red+Green+Blue) = 44+241+35=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF123 is #D30EDC. Grayscale: #9F9F9F. Windows color (decimal): -13831901 or 2355500. OLE color: 2355500.
HSL color Cylindrical-coordinate representation of color #2CF123: hue angle of 117.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CF123 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 35 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.05 |
| HSL | 117.38º | 0.88% | 0.54% | - |
| HSV(B) | 117.38º | 0.85% | 0.95% | - |
| XYZ | 32.8 | 63.57 | 12.13 | - |
| YUV | 158.61 | 58.23 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 35 | 0.82 | 0 | 0.85 | 0.05 | 117.38 | 0.88 | 0.54 |
| Hex | 2C | F1 | 23 | 52 | 0 | 55 | 5 | 75 | 58 | 36 |
| Octal | 54 | 361 | 43 | 122 | 0 | 125 | 5 | 165 | 130 | 66 |
| Binary | 101100 | 11110001 | 100011 | 1010010 | 0 | 1010101 | 101 | 1110101 | 1011000 | 110110 |
Color Harmonies of #2CF123
Complementary color
Monochromatic Colors of #2CF123
Black with #2CF123
Text Example
Text Example
White with #2CF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF123; }
p { color: rgb(44,241,35); }
H1.HeaderClassName
{
color: #2CF123;
}
.AnyTagClassName
{
color: #2CF123;
}
</style>
background-color css
<style>
a { background-color: #2CF123; }
a { background-color: rgb(44,241,35); }
div.DivClassName
{
background-color: #2CF123;
}
.BgClassName
{
background-color: #2CF123;
}
</style>
border-color css
<style>
span { border-color: #2CF123; }
span { border-color: rgb(44,241,35); }
td.TdClassName
{
border-color: #2CF123;
}
.TagClassName
{
border-color: #2CF123;
}
</style>