Html Css Color HEX #2ED947 Lime Green

📋 copy color: '#2ED947'

red 46 ◦ green 217 ◦ blue 71

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

Shades of Lime Green #2ED947

Tints of Lime Green #2ED947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 13.77%
G = 64.97%
B = 21.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#2ED947 (or 0x2ED947) is known color: Lime Green. HEX triplet: 2E, D9 and 47. RGB value is (46,217,71). Sum of RGB (Red+Green+Blue) = 46+217+71=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED947 is #D126B8. Grayscale: #959595. Windows color (decimal): -13706937 or 4708654. OLE color: 4708654.

HSL color Cylindrical-coordinate representation of color #2ED947: hue angle of 128.77º 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 #2ED947 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 71 -
CMYK 0.79 0 0.67 0.15
HSL 128.77º 0.69% 0.52% -
HSV(B) 128.77º 0.79% 0.85% -
XYZ 27.08 50.66 14.31 -
YUV 149.23 83.85 54.37 -
System Red Green Blue C M Y K H S L
Decimal 46 217 71 0.79 0 0.67 0.15 128.77 0.69 0.52
Hex 2E D9 47 4F 0 43 F 81 45 34
Octal 56 331 107 117 0 103 17 201 105 64
Binary 101110 11011001 1000111 1001111 0 1000011 1111 10000001 1000101 110100

Color Harmonies of #2ED947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED947

Black with #2ED947

Text Example


Text Example

White with #2ED947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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