Html Css Color HEX #2EB133 Lime Green

📋 copy color: '#2EB133'

red 46 ◦ green 177 ◦ blue 51

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

Shades of Lime Green #2EB133

Tints of Lime Green #2EB133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 16.79%
G = 64.6%
B = 18.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#2EB133 (or 0x2EB133) is known color: Lime Green. HEX triplet: 2E, B1 and 33. RGB value is (46,177,51). Sum of RGB (Red+Green+Blue) = 46+177+51=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 177 (69.53% from 255 or 64.60% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB133 is #D14ECC. Grayscale: #7B7B7B. Windows color (decimal): -13717197 or 3387694. OLE color: 3387694.

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

Color convert

RGB 46 177 51 -
CMYK 0.74 0 0.71 0.31
HSL 122.29º 0.59% 0.44% -
HSV(B) 122.29º 0.74% 0.69% -
XYZ 17.45 32.26 8.44 -
YUV 123.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 46 177 51 0.74 0 0.71 0.31 122.29 0.59 0.44
Hex 2E B1 33 4A 0 47 1F 7A 3B 2C
Octal 56 261 63 112 0 107 37 172 73 54
Binary 101110 10110001 110011 1001010 0 1000111 11111 1111010 111011 101100

Color Harmonies of #2EB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB133

Black with #2EB133

Text Example


Text Example

White with #2EB133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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