Html Css Color HEX #2ED744 Lime Green

📋 copy color: '#2ED744'

red 46 ◦ green 215 ◦ blue 68

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

Shades of Lime Green #2ED744

Tints of Lime Green #2ED744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.35%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 13.98%
G = 65.35%
B = 20.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#2ED744 (or 0x2ED744) is known color: Lime Green. HEX triplet: 2E, D7 and 44. RGB value is (46,215,68). Sum of RGB (Red+Green+Blue) = 46+215+68=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED744 is #D128BB. Grayscale: #949494. Windows color (decimal): -13707452 or 4511534. OLE color: 4511534.

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

Color convert

RGB 46 215 68 -
CMYK 0.79 0 0.68 0.16
HSL 127.81º 0.68% 0.51% -
HSV(B) 127.81º 0.79% 0.84% -
XYZ 26.47 49.6 13.65 -
YUV 147.71 83.01 55.45 -
System Red Green Blue C M Y K H S L
Decimal 46 215 68 0.79 0 0.68 0.16 127.81 0.68 0.51
Hex 2E D7 44 4F 0 44 10 80 44 33
Octal 56 327 104 117 0 104 20 200 104 63
Binary 101110 11010111 1000100 1001111 0 1000100 10000 10000000 1000100 110011

Color Harmonies of #2ED744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED744

Black with #2ED744

Text Example


Text Example

White with #2ED744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,68); }

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

background-color css

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

 a { background-color: rgb(46,215,68); }

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

border-color css

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

 span { border-color: rgb(46,215,68); }

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