Shades of Lime Green #2DF343
Tints of Lime Green #2DF343
RGB
CMYK
RGB Variations
Color information
#2DF343 (or 0x2DF343) is known color: Lime Green. HEX triplet: 2D, F3 and 43. RGB value is (45,243,67). Sum of RGB (Red+Green+Blue) = 45+243+67=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF343 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF343 is #D20CBC. Grayscale: #A4A4A4. Windows color (decimal): -13765821 or 4453165. OLE color: 4453165.
HSL color Cylindrical-coordinate representation of color #2DF343: hue angle of 126.67º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF343 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 67 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.05 |
| HSL | 126.67º | 0.89% | 0.56% | - |
| HSV(B) | 126.67º | 0.81% | 0.95% | - |
| XYZ | 34.15 | 65.06 | 16.07 | - |
| YUV | 163.73 | 73.4 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 67 | 0.81 | 0 | 0.72 | 0.05 | 126.67 | 0.89 | 0.56 |
| Hex | 2D | F3 | 43 | 51 | 0 | 48 | 5 | 7F | 59 | 38 |
| Octal | 55 | 363 | 103 | 121 | 0 | 110 | 5 | 177 | 131 | 70 |
| Binary | 101101 | 11110011 | 1000011 | 1010001 | 0 | 1001000 | 101 | 1111111 | 1011001 | 111000 |
Color Harmonies of #2DF343
Complementary color
Monochromatic Colors of #2DF343
Black with #2DF343
Text Example
Text Example
White with #2DF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF343; }
p { color: rgb(45,243,67); }
H1.HeaderClassName
{
color: #2DF343;
}
.AnyTagClassName
{
color: #2DF343;
}
</style>
background-color css
<style>
a { background-color: #2DF343; }
a { background-color: rgb(45,243,67); }
div.DivClassName
{
background-color: #2DF343;
}
.BgClassName
{
background-color: #2DF343;
}
</style>
border-color css
<style>
span { border-color: #2DF343; }
span { border-color: rgb(45,243,67); }
td.TdClassName
{
border-color: #2DF343;
}
.TagClassName
{
border-color: #2DF343;
}
</style>