Html Css Color HEX #2ED040 Lime Green

📋 copy color: '#2ED040'

red 46 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #2ED040

Tints of Lime Green #2ED040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.41%

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

R = 14.47%
G = 65.41%
B = 20.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#2ED040 (or 0x2ED040) is known color: Lime Green. HEX triplet: 2E, D0 and 40. RGB value is (46,208,64). Sum of RGB (Red+Green+Blue) = 46+208+64=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED040 is #D12FBF. Grayscale: #8F8F8F. Windows color (decimal): -13709248 or 4247598. OLE color: 4247598.

HSL color Cylindrical-coordinate representation of color #2ED040: hue angle of 126.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED040 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 64 -
CMYK 0.78 0 0.69 0.18
HSL 126.67º 0.64% 0.5% -
HSV(B) 126.67º 0.78% 0.82% -
XYZ 24.61 46.06 12.44 -
YUV 143.15 83.33 58.71 -
System Red Green Blue C M Y K H S L
Decimal 46 208 64 0.78 0 0.69 0.18 126.67 0.64 0.5
Hex 2E D0 40 4E 0 45 12 7F 40 32
Octal 56 320 100 116 0 105 22 177 100 62
Binary 101110 11010000 1000000 1001110 0 1000101 10010 1111111 1000000 110010

Color Harmonies of #2ED040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED040

Black with #2ED040

Text Example


Text Example

White with #2ED040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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