Html Css Color HEX #2EDD26 Lime Green

📋 copy color: '#2EDD26'

red 46 ◦ green 221 ◦ blue 38

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

Shades of Lime Green #2EDD26

Tints of Lime Green #2EDD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.46%

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 15.08%
G = 72.46%
B = 12.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#2EDD26 (or 0x2EDD26) is known color: Lime Green. HEX triplet: 2E, DD and 26. RGB value is (46,221,38). Sum of RGB (Red+Green+Blue) = 46+221+38=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD26 is #D122D9. Grayscale: #949494. Windows color (decimal): -13705946 or 2546990. OLE color: 2546990.

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

Color convert

RGB 46 221 38 -
CMYK 0.79 0 0.83 0.13
HSL 117.38º 0.73% 0.51% -
HSV(B) 117.38º 0.83% 0.87% -
XYZ 27.33 52.43 10.51 -
YUV 147.81 66.02 55.38 -
System Red Green Blue C M Y K H S L
Decimal 46 221 38 0.79 0 0.83 0.13 117.38 0.73 0.51
Hex 2E DD 26 4F 0 53 D 75 49 33
Octal 56 335 46 117 0 123 15 165 111 63
Binary 101110 11011101 100110 1001111 0 1010011 1101 1110101 1001001 110011

Color Harmonies of #2EDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD26

Black with #2EDD26

Text Example


Text Example

White with #2EDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,38); }

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

background-color css

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

 a { background-color: rgb(46,221,38); }

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

border-color css

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

 span { border-color: rgb(46,221,38); }

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