Html Css Color HEX #2EB545 Lime Green

📋 copy color: '#2EB545'

red 46 ◦ green 181 ◦ blue 69

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

Shades of Lime Green #2EB545

Tints of Lime Green #2EB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.15%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 15.54%
G = 61.15%
B = 23.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#2EB545 (or 0x2EB545) is known color: Lime Green. HEX triplet: 2E, B5 and 45. RGB value is (46,181,69). Sum of RGB (Red+Green+Blue) = 46+181+69=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB545 is #D14ABA. Grayscale: #808080. Windows color (decimal): -13716155 or 4568366. OLE color: 4568366.

HSL color Cylindrical-coordinate representation of color #2EB545: hue angle of 130.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB545 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 181 69 -
CMYK 0.75 0 0.62 0.29
HSL 130.22º 0.59% 0.45% -
HSV(B) 130.22º 0.75% 0.71% -
XYZ 18.72 34.06 11.22 -
YUV 127.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 46 181 69 0.75 0 0.62 0.29 130.22 0.59 0.45
Hex 2E B5 45 4B 0 3E 1D 82 3B 2D
Octal 56 265 105 113 0 76 35 202 73 55
Binary 101110 10110101 1000101 1001011 0 111110 11101 10000010 111011 101101

Color Harmonies of #2EB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB545

Black with #2EB545

Text Example


Text Example

White with #2EB545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,181,69); }

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

background-color css

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

 a { background-color: rgb(46,181,69); }

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

border-color css

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

 span { border-color: rgb(46,181,69); }

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