Html Css Color HEX #2EBC40 Lime Green

📋 copy color: '#2EBC40'

red 46 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #2EBC40

Tints of Lime Green #2EBC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 15.44%
G = 63.09%
B = 21.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2EBC40 (or 0x2EBC40) is known color: Lime Green. HEX triplet: 2E, BC and 40. RGB value is (46,188,64). Sum of RGB (Red+Green+Blue) = 46+188+64=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC40 is #D143BF. Grayscale: #838383. Windows color (decimal): -13714368 or 4242478. OLE color: 4242478.

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

Color convert

RGB 46 188 64 -
CMYK 0.76 0 0.66 0.26
HSL 127.61º 0.61% 0.46% -
HSV(B) 127.61º 0.76% 0.74% -
XYZ 20.04 36.92 10.92 -
YUV 131.41 89.96 67.08 -
System Red Green Blue C M Y K H S L
Decimal 46 188 64 0.76 0 0.66 0.26 127.61 0.61 0.46
Hex 2E BC 40 4C 0 42 1A 80 3D 2E
Octal 56 274 100 114 0 102 32 200 75 56
Binary 101110 10111100 1000000 1001100 0 1000010 11010 10000000 111101 101110

Color Harmonies of #2EBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC40

Black with #2EBC40

Text Example


Text Example

White with #2EBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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