Html Css Color HEX #2EDF26 Lime Green

📋 copy color: '#2EDF26'

red 46 ◦ green 223 ◦ blue 38

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

Shades of Lime Green #2EDF26

Tints of Lime Green #2EDF26

RGB

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

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

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

R = 14.98%
G = 72.64%
B = 12.38%

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

#2EDF26 (or 0x2EDF26) is known color: Lime Green. HEX triplet: 2E, DF and 26. RGB value is (46,223,38). Sum of RGB (Red+Green+Blue) = 46+223+38=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF26 is #D120D9. Grayscale: #959595. Windows color (decimal): -13705434 or 2547502. OLE color: 2547502.

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

Color convert

RGB 46 223 38 -
CMYK 0.79 0 0.83 0.13
HSL 117.41º 0.74% 0.51% -
HSV(B) 117.41º 0.83% 0.87% -
XYZ 27.86 53.5 10.69 -
YUV 148.99 65.36 54.54 -
System Red Green Blue C M Y K H S L
Decimal 46 223 38 0.79 0 0.83 0.13 117.41 0.74 0.51
Hex 2E DF 26 4F 0 53 D 75 4A 33
Octal 56 337 46 117 0 123 15 165 112 63
Binary 101110 11011111 100110 1001111 0 1010011 1101 1110101 1001010 110011

Color Harmonies of #2EDF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF26

Black with #2EDF26

Text Example


Text Example

White with #2EDF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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