Html Css Color HEX #2ED551 Lime Green

📋 copy color: '#2ED551'

red 46 ◦ green 213 ◦ blue 81

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

Shades of Lime Green #2ED551

Tints of Lime Green #2ED551

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.65%

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

R = 13.53%
G = 62.65%
B = 23.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#2ED551 (or 0x2ED551) is known color: Lime Green. HEX triplet: 2E, D5 and 51. RGB value is (46,213,81). Sum of RGB (Red+Green+Blue) = 46+213+81=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED551 is #D12AAE. Grayscale: #949494. Windows color (decimal): -13707951 or 5362990. OLE color: 5362990.

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

Color convert

RGB 46 213 81 -
CMYK 0.78 0 0.62 0.16
HSL 132.57º 0.67% 0.51% -
HSV(B) 132.57º 0.78% 0.84% -
XYZ 26.41 48.76 15.81 -
YUV 148.02 90.17 55.23 -
System Red Green Blue C M Y K H S L
Decimal 46 213 81 0.78 0 0.62 0.16 132.57 0.67 0.51
Hex 2E D5 51 4E 0 3E 10 85 43 33
Octal 56 325 121 116 0 76 20 205 103 63
Binary 101110 11010101 1010001 1001110 0 111110 10000 10000101 1000011 110011

Color Harmonies of #2ED551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED551

Black with #2ED551

Text Example


Text Example

White with #2ED551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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