Html Css Color HEX #2EBC26 Lime Green

📋 copy color: '#2EBC26'

red 46 ◦ green 188 ◦ blue 38

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

Shades of Lime Green #2EBC26

Tints of Lime Green #2EBC26

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.12%

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

R = 16.91%
G = 69.12%
B = 13.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#2EBC26 (or 0x2EBC26) is known color: Lime Green. HEX triplet: 2E, BC and 26. RGB value is (46,188,38). Sum of RGB (Red+Green+Blue) = 46+188+38=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC26 is #D143D9. Grayscale: #808080. Windows color (decimal): -13714394 or 2538542. OLE color: 2538542.

HSL color Cylindrical-coordinate representation of color #2EBC26: hue angle of 116.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBC26 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 38 -
CMYK 0.76 0 0.80 0.26
HSL 116.8º 0.66% 0.44% -
HSV(B) 116.8º 0.8% 0.74% -
XYZ 19.46 36.69 7.89 -
YUV 128.44 76.96 69.2 -
System Red Green Blue C M Y K H S L
Decimal 46 188 38 0.76 0 0.80 0.26 116.8 0.66 0.44
Hex 2E BC 26 4C 0 50 1A 75 42 2C
Octal 56 274 46 114 0 120 32 165 102 54
Binary 101110 10111100 100110 1001100 0 1010000 11010 1110101 1000010 101100

Color Harmonies of #2EBC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC26

Black with #2EBC26

Text Example


Text Example

White with #2EBC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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