Html Css Color HEX #2ED94C Lime Green

📋 copy color: '#2ED94C'

red 46 ◦ green 217 ◦ blue 76

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

Shades of Lime Green #2ED94C

Tints of Lime Green #2ED94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.01%

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 13.57%
G = 64.01%
B = 22.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#2ED94C (or 0x2ED94C) is known color: Lime Green. HEX triplet: 2E, D9 and 4C. RGB value is (46,217,76). Sum of RGB (Red+Green+Blue) = 46+217+76=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED94C is #D126B3. Grayscale: #969696. Windows color (decimal): -13706932 or 5036334. OLE color: 5036334.

HSL color Cylindrical-coordinate representation of color #2ED94C: hue angle of 130.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED94C is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 76 -
CMYK 0.79 0 0.65 0.15
HSL 130.53º 0.69% 0.52% -
HSV(B) 130.53º 0.79% 0.85% -
XYZ 27.24 50.73 15.19 -
YUV 149.8 86.35 53.96 -
System Red Green Blue C M Y K H S L
Decimal 46 217 76 0.79 0 0.65 0.15 130.53 0.69 0.52
Hex 2E D9 4C 4F 0 41 F 83 45 34
Octal 56 331 114 117 0 101 17 203 105 64
Binary 101110 11011001 1001100 1001111 0 1000001 1111 10000011 1000101 110100

Color Harmonies of #2ED94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED94C

Black with #2ED94C

Text Example


Text Example

White with #2ED94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,76); }

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

background-color css

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

 a { background-color: rgb(46,217,76); }

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

border-color css

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

 span { border-color: rgb(46,217,76); }

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