Shades of Lime Green #2CF334
Tints of Lime Green #2CF334
RGB
CMYK
RGB Variations
Color information
#2CF334 (or 0x2CF334) is known color: Lime Green. HEX triplet: 2C, F3 and 34. RGB value is (44,243,52). Sum of RGB (Red+Green+Blue) = 44+243+52=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF334 is #D30CCB. Grayscale: #A2A2A2. Windows color (decimal): -13831372 or 3470124. OLE color: 3470124.
HSL color Cylindrical-coordinate representation of color #2CF334: hue angle of 122.41º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF334 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 52 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.05 |
| HSL | 122.41º | 0.89% | 0.56% | - |
| HSV(B) | 122.41º | 0.82% | 0.95% | - |
| XYZ | 33.71 | 64.88 | 14 | - |
| YUV | 161.73 | 66.07 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 52 | 0.82 | 0 | 0.79 | 0.05 | 122.41 | 0.89 | 0.56 |
| Hex | 2C | F3 | 34 | 52 | 0 | 4F | 5 | 7A | 59 | 38 |
| Octal | 54 | 363 | 64 | 122 | 0 | 117 | 5 | 172 | 131 | 70 |
| Binary | 101100 | 11110011 | 110100 | 1010010 | 0 | 1001111 | 101 | 1111010 | 1011001 | 111000 |
Color Harmonies of #2CF334
Complementary color
Monochromatic Colors of #2CF334
Black with #2CF334
Text Example
Text Example
White with #2CF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF334; }
p { color: rgb(44,243,52); }
H1.HeaderClassName
{
color: #2CF334;
}
.AnyTagClassName
{
color: #2CF334;
}
</style>
background-color css
<style>
a { background-color: #2CF334; }
a { background-color: rgb(44,243,52); }
div.DivClassName
{
background-color: #2CF334;
}
.BgClassName
{
background-color: #2CF334;
}
</style>
border-color css
<style>
span { border-color: #2CF334; }
span { border-color: rgb(44,243,52); }
td.TdClassName
{
border-color: #2CF334;
}
.TagClassName
{
border-color: #2CF334;
}
</style>