Html Css Color HEX #2ED641 Lime Green

📋 copy color: '#2ED641'

red 46 ◦ green 214 ◦ blue 65

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

Shades of Lime Green #2ED641

Tints of Lime Green #2ED641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.85%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 14.15%
G = 65.85%
B = 20%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#2ED641 (or 0x2ED641) is known color: Lime Green. HEX triplet: 2E, D6 and 41. RGB value is (46,214,65). Sum of RGB (Red+Green+Blue) = 46+214+65=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED641 is #D129BE. Grayscale: #939393. Windows color (decimal): -13707711 or 4314670. OLE color: 4314670.

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

Color convert

RGB 46 214 65 -
CMYK 0.79 0 0.70 0.16
HSL 126.79º 0.67% 0.51% -
HSV(B) 126.79º 0.79% 0.84% -
XYZ 26.13 49.06 13.09 -
YUV 146.78 81.84 56.12 -
System Red Green Blue C M Y K H S L
Decimal 46 214 65 0.79 0 0.70 0.16 126.79 0.67 0.51
Hex 2E D6 41 4F 0 46 10 7F 43 33
Octal 56 326 101 117 0 106 20 177 103 63
Binary 101110 11010110 1000001 1001111 0 1000110 10000 1111111 1000011 110011

Color Harmonies of #2ED641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED641

Black with #2ED641

Text Example


Text Example

White with #2ED641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,65); }

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

background-color css

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

 a { background-color: rgb(46,214,65); }

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

border-color css

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

 span { border-color: rgb(46,214,65); }

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