Html Css Color HEX #2EDF44 Lime Green

📋 copy color: '#2EDF44'

red 46 ◦ green 223 ◦ blue 68

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

Shades of Lime Green #2EDF44

Tints of Lime Green #2EDF44

RGB

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

 GREEN value IS 223 (87.5% from 255) = 66.17%

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

R = 13.65%
G = 66.17%
B = 20.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#2EDF44 (or 0x2EDF44) is known color: Lime Green. HEX triplet: 2E, DF and 44. RGB value is (46,223,68). Sum of RGB (Red+Green+Blue) = 46+223+68=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF44 is #D120BB. Grayscale: #989898. Windows color (decimal): -13705404 or 4513582. OLE color: 4513582.

HSL color Cylindrical-coordinate representation of color #2EDF44: hue angle of 127.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF44 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 68 -
CMYK 0.79 0 0.70 0.13
HSL 127.46º 0.73% 0.53% -
HSV(B) 127.46º 0.79% 0.87% -
XYZ 28.56 53.77 14.34 -
YUV 152.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 46 223 68 0.79 0 0.70 0.13 127.46 0.73 0.53
Hex 2E DF 44 4F 0 46 D 7F 49 35
Octal 56 337 104 117 0 106 15 177 111 65
Binary 101110 11011111 1000100 1001111 0 1000110 1101 1111111 1001001 110101

Color Harmonies of #2EDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF44

Black with #2EDF44

Text Example


Text Example

White with #2EDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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