Html Css Color HEX #2EB544 Lime Green

📋 copy color: '#2EB544'

red 46 ◦ green 181 ◦ blue 68

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

Shades of Lime Green #2EB544

Tints of Lime Green #2EB544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 15.59%
G = 61.36%
B = 23.05%

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

#2EB544 (or 0x2EB544) is known color: Lime Green. HEX triplet: 2E, B5 and 44. RGB value is (46,181,68). Sum of RGB (Red+Green+Blue) = 46+181+68=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB544 is #D14ABB. Grayscale: #808080. Windows color (decimal): -13716156 or 4502830. OLE color: 4502830.

HSL color Cylindrical-coordinate representation of color #2EB544: hue angle of 129.78º 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 #2EB544 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 181 68 -
CMYK 0.75 0 0.62 0.29
HSL 129.78º 0.59% 0.45% -
HSV(B) 129.78º 0.75% 0.71% -
XYZ 18.69 34.05 11.06 -
YUV 127.75 94.27 69.69 -
System Red Green Blue C M Y K H S L
Decimal 46 181 68 0.75 0 0.62 0.29 129.78 0.59 0.45
Hex 2E B5 44 4B 0 3E 1D 82 3B 2D
Octal 56 265 104 113 0 76 35 202 73 55
Binary 101110 10110101 1000100 1001011 0 111110 11101 10000010 111011 101101

Color Harmonies of #2EB544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB544

Black with #2EB544

Text Example


Text Example

White with #2EB544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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