Html Css Color HEX #2EC12B Lime Green

📋 copy color: '#2EC12B'

red 46 ◦ green 193 ◦ blue 43

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

Shades of Lime Green #2EC12B

Tints of Lime Green #2EC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.44%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 16.31%
G = 68.44%
B = 15.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#2EC12B (or 0x2EC12B) is known color: Lime Green. HEX triplet: 2E, C1 and 2B. RGB value is (46,193,43). Sum of RGB (Red+Green+Blue) = 46+193+43=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC12B is #D13ED4. Grayscale: #848484. Windows color (decimal): -13713109 or 2867502. OLE color: 2867502.

HSL color Cylindrical-coordinate representation of color #2EC12B: hue angle of 118.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC12B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 43 -
CMYK 0.76 0 0.78 0.24
HSL 118.8º 0.64% 0.46% -
HSV(B) 118.8º 0.78% 0.76% -
XYZ 20.63 38.9 8.71 -
YUV 131.95 77.8 66.7 -
System Red Green Blue C M Y K H S L
Decimal 46 193 43 0.76 0 0.78 0.24 118.8 0.64 0.46
Hex 2E C1 2B 4C 0 4E 18 77 40 2E
Octal 56 301 53 114 0 116 30 167 100 56
Binary 101110 11000001 101011 1001100 0 1001110 11000 1110111 1000000 101110

Color Harmonies of #2EC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC12B

Black with #2EC12B

Text Example


Text Example

White with #2EC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,43); }

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

background-color css

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

 a { background-color: rgb(46,193,43); }

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

border-color css

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

 span { border-color: rgb(46,193,43); }

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