Html Css Color HEX #2ED451 Lime Green

📋 copy color: '#2ED451'

red 46 ◦ green 212 ◦ blue 81

#2ED451
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2ED451

Tints of Lime Green #2ED451

RGB

 RED value IS 46 (18.36% from 255) = 13.57%

 GREEN value IS 212 (83.2% from 255) = 62.54%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 13.57%
G = 62.54%
B = 23.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2ED451 (or 0x2ED451) is known color: Lime Green. HEX triplet: 2E, D4 and 51. RGB value is (46,212,81). Sum of RGB (Red+Green+Blue) = 46+212+81=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 212 (83.20% from 255 or 62.54% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED451 is #D12BAE. Grayscale: #939393. Windows color (decimal): -13708207 or 5362734. OLE color: 5362734.

HSL color Cylindrical-coordinate representation of color #2ED451: hue angle of 132.65º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED451 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 81 -
CMYK 0.78 0 0.62 0.17
HSL 132.65º 0.66% 0.51% -
HSV(B) 132.65º 0.78% 0.83% -
XYZ 26.16 48.26 15.72 -
YUV 147.43 90.5 55.65 -
System Red Green Blue C M Y K H S L
Decimal 46 212 81 0.78 0 0.62 0.17 132.65 0.66 0.51
Hex 2E D4 51 4E 0 3E 11 85 42 33
Octal 56 324 121 116 0 76 21 205 102 63
Binary 101110 11010100 1010001 1001110 0 111110 10001 10000101 1000010 110011

Color Harmonies of #2ED451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED451

Black with #2ED451

Text Example


Text Example

White with #2ED451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ED451; }

 p { color: rgb(46,212,81); }

 H1.HeaderClassName
 {
   color: #2ED451;
 }
 .AnyTagClassName
 {
   color: #2ED451;
 }
</style>

background-color css

<style>
 a { background-color: #2ED451; }

 a { background-color: rgb(46,212,81); }

 div.DivClassName
 {
   background-color: #2ED451;
 }
 .BgClassName
 {
   background-color: #2ED451;
 }
</style>

border-color css

<style>
 span { border-color: #2ED451; }

 span { border-color: rgb(46,212,81); }

 td.TdClassName
 {
   border-color: #2ED451;
 }
 .TagClassName
 {
   border-color: #2ED451;
 }
</style>