Html Css Color HEX #2EB125 Lime Green

📋 copy color: '#2EB125'

red 46 ◦ green 177 ◦ blue 37

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

Shades of Lime Green #2EB125

Tints of Lime Green #2EB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.08%

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 17.69%
G = 68.08%
B = 14.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2EB125 (or 0x2EB125) is known color: Lime Green. HEX triplet: 2E, B1 and 25. RGB value is (46,177,37). Sum of RGB (Red+Green+Blue) = 46+177+37=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 177 (69.53% from 255 or 68.08% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB125 is #D14EDA. Grayscale: #7A7A7A. Windows color (decimal): -13717211 or 2470190. OLE color: 2470190.

HSL color Cylindrical-coordinate representation of color #2EB125: hue angle of 116.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EB125 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 177 37 -
CMYK 0.74 0 0.79 0.31
HSL 116.14º 0.65% 0.42% -
HSV(B) 116.14º 0.79% 0.69% -
XYZ 17.18 32.16 7.05 -
YUV 121.87 80.1 73.88 -
System Red Green Blue C M Y K H S L
Decimal 46 177 37 0.74 0 0.79 0.31 116.14 0.65 0.42
Hex 2E B1 25 4A 0 4F 1F 74 41 2A
Octal 56 261 45 112 0 117 37 164 101 52
Binary 101110 10110001 100101 1001010 0 1001111 11111 1110100 1000001 101010

Color Harmonies of #2EB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB125

Black with #2EB125

Text Example


Text Example

White with #2EB125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,177,37); }

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

background-color css

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

 a { background-color: rgb(46,177,37); }

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

border-color css

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

 span { border-color: rgb(46,177,37); }

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