Html Css Color HEX #2ED542 Lime Green

📋 copy color: '#2ED542'

red 46 ◦ green 213 ◦ blue 66

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

Shades of Lime Green #2ED542

Tints of Lime Green #2ED542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 14.15%
G = 65.54%
B = 20.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#2ED542 (or 0x2ED542) is known color: Lime Green. HEX triplet: 2E, D5 and 42. RGB value is (46,213,66). Sum of RGB (Red+Green+Blue) = 46+213+66=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED542 is #D12ABD. Grayscale: #929292. Windows color (decimal): -13707966 or 4379950. OLE color: 4379950.

HSL color Cylindrical-coordinate representation of color #2ED542: hue angle of 127.19º 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 #2ED542 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 66 -
CMYK 0.78 0 0.69 0.16
HSL 127.19º 0.67% 0.51% -
HSV(B) 127.19º 0.78% 0.84% -
XYZ 25.9 48.56 13.16 -
YUV 146.31 82.67 56.45 -
System Red Green Blue C M Y K H S L
Decimal 46 213 66 0.78 0 0.69 0.16 127.19 0.67 0.51
Hex 2E D5 42 4E 0 45 10 7F 43 33
Octal 56 325 102 116 0 105 20 177 103 63
Binary 101110 11010101 1000010 1001110 0 1000101 10000 1111111 1000011 110011

Color Harmonies of #2ED542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED542

Black with #2ED542

Text Example


Text Example

White with #2ED542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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