Html Css Color HEX #2EDF40 Lime Green

📋 copy color: '#2EDF40'

red 46 ◦ green 223 ◦ blue 64

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

Shades of Lime Green #2EDF40

Tints of Lime Green #2EDF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 13.81%
G = 66.97%
B = 19.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#2EDF40 (or 0x2EDF40) is known color: Lime Green. HEX triplet: 2E, DF and 40. RGB value is (46,223,64). Sum of RGB (Red+Green+Blue) = 46+223+64=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF40 is #D120BF. Grayscale: #989898. Windows color (decimal): -13705408 or 4251438. OLE color: 4251438.

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

Color convert

RGB 46 223 64 -
CMYK 0.79 0 0.71 0.13
HSL 126.1º 0.73% 0.53% -
HSV(B) 126.1º 0.79% 0.87% -
XYZ 28.44 53.73 13.72 -
YUV 151.95 78.36 52.43 -
System Red Green Blue C M Y K H S L
Decimal 46 223 64 0.79 0 0.71 0.13 126.1 0.73 0.53
Hex 2E DF 40 4F 0 47 D 7E 49 35
Octal 56 337 100 117 0 107 15 176 111 65
Binary 101110 11011111 1000000 1001111 0 1000111 1101 1111110 1001001 110101

Color Harmonies of #2EDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF40

Black with #2EDF40

Text Example


Text Example

White with #2EDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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