Html Css Color HEX #2ED62B Lime Green

📋 copy color: '#2ED62B'

red 46 ◦ green 214 ◦ blue 43

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

Shades of Lime Green #2ED62B

Tints of Lime Green #2ED62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 70.63%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 15.18%
G = 70.63%
B = 14.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#2ED62B (or 0x2ED62B) is known color: Lime Green. HEX triplet: 2E, D6 and 2B. RGB value is (46,214,43). Sum of RGB (Red+Green+Blue) = 46+214+43=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED62B is #D129D4. Grayscale: #909090. Windows color (decimal): -13707733 or 2872878. OLE color: 2872878.

HSL color Cylindrical-coordinate representation of color #2ED62B: hue angle of 118.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED62B is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 43 -
CMYK 0.79 0 0.80 0.16
HSL 118.95º 0.68% 0.5% -
HSV(B) 118.95º 0.8% 0.84% -
XYZ 25.61 48.85 10.36 -
YUV 144.27 70.84 57.9 -
System Red Green Blue C M Y K H S L
Decimal 46 214 43 0.79 0 0.80 0.16 118.95 0.68 0.5
Hex 2E D6 2B 4F 0 50 10 77 44 32
Octal 56 326 53 117 0 120 20 167 104 62
Binary 101110 11010110 101011 1001111 0 1010000 10000 1110111 1000100 110010

Color Harmonies of #2ED62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED62B

Black with #2ED62B

Text Example


Text Example

White with #2ED62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,43); }

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

background-color css

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

 a { background-color: rgb(46,214,43); }

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

border-color css

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

 span { border-color: rgb(46,214,43); }

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