Html Css Color HEX #2EB13A Lime Green

📋 copy color: '#2EB13A'

red 46 ◦ green 177 ◦ blue 58

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

Shades of Lime Green #2EB13A

Tints of Lime Green #2EB13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 16.37%
G = 62.99%
B = 20.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#2EB13A (or 0x2EB13A) is known color: Lime Green. HEX triplet: 2E, B1 and 3A. RGB value is (46,177,58). Sum of RGB (Red+Green+Blue) = 46+177+58=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB13A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB13A is #D14EC5. Grayscale: #7C7C7C. Windows color (decimal): -13717190 or 3846446. OLE color: 3846446.

HSL color Cylindrical-coordinate representation of color #2EB13A: hue angle of 125.5º 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 #2EB13A is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 177 58 -
CMYK 0.74 0 0.67 0.31
HSL 125.5º 0.59% 0.44% -
HSV(B) 125.5º 0.74% 0.69% -
XYZ 17.61 32.33 9.32 -
YUV 124.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 46 177 58 0.74 0 0.67 0.31 125.5 0.59 0.44
Hex 2E B1 3A 4A 0 43 1F 7D 3B 2C
Octal 56 261 72 112 0 103 37 175 73 54
Binary 101110 10110001 111010 1001010 0 1000011 11111 1111101 111011 101100

Color Harmonies of #2EB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB13A

Black with #2EB13A

Text Example


Text Example

White with #2EB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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