Html Css Color HEX #2EB62A Lime Green

📋 copy color: '#2EB62A'

red 46 ◦ green 182 ◦ blue 42

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

Shades of Lime Green #2EB62A

Tints of Lime Green #2EB62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.41%

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 17.04%
G = 67.41%
B = 15.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#2EB62A (or 0x2EB62A) is known color: Lime Green. HEX triplet: 2E, B6 and 2A. RGB value is (46,182,42). Sum of RGB (Red+Green+Blue) = 46+182+42=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB62A is #D149D5. Grayscale: #7D7D7D. Windows color (decimal): -13715926 or 2799150. OLE color: 2799150.

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

Color convert

RGB 46 182 42 -
CMYK 0.75 0 0.77 0.29
HSL 118.29º 0.63% 0.44% -
HSV(B) 118.29º 0.77% 0.71% -
XYZ 18.27 34.2 7.83 -
YUV 125.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 46 182 42 0.75 0 0.77 0.29 118.29 0.63 0.44
Hex 2E B6 2A 4B 0 4D 1D 76 3E 2C
Octal 56 266 52 113 0 115 35 166 76 54
Binary 101110 10110110 101010 1001011 0 1001101 11101 1110110 111110 101100

Color Harmonies of #2EB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB62A

Black with #2EB62A

Text Example


Text Example

White with #2EB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,182,42); }

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

background-color css

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

 a { background-color: rgb(46,182,42); }

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

border-color css

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

 span { border-color: rgb(46,182,42); }

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