Html Css Color HEX #2EEB26 Lime Green

📋 copy color: '#2EEB26'

red 46 ◦ green 235 ◦ blue 38

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

Shades of Lime Green #2EEB26

Tints of Lime Green #2EEB26

RGB

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

 GREEN value IS 235 (92.19% from 255) = 73.67%

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

R = 14.42%
G = 73.67%
B = 11.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#2EEB26 (or 0x2EEB26) is known color: Lime Green. HEX triplet: 2E, EB and 26. RGB value is (46,235,38). Sum of RGB (Red+Green+Blue) = 46+235+38=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB26 is #D114D9. Grayscale: #9C9C9C. Windows color (decimal): -13702362 or 2550574. OLE color: 2550574.

HSL color Cylindrical-coordinate representation of color #2EEB26: hue angle of 117.56º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EEB26 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 38 -
CMYK 0.80 0 0.84 0.08
HSL 117.56º 0.83% 0.54% -
HSV(B) 117.56º 0.84% 0.92% -
XYZ 31.18 60.14 11.8 -
YUV 156.03 61.38 49.52 -
System Red Green Blue C M Y K H S L
Decimal 46 235 38 0.80 0 0.84 0.08 117.56 0.83 0.54
Hex 2E EB 26 50 0 54 8 76 53 36
Octal 56 353 46 120 0 124 10 166 123 66
Binary 101110 11101011 100110 1010000 0 1010100 1000 1110110 1010011 110110

Color Harmonies of #2EEB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB26

Black with #2EEB26

Text Example


Text Example

White with #2EEB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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