Html Css Color HEX #2EC62A Lime Green

📋 copy color: '#2EC62A'

red 46 ◦ green 198 ◦ blue 42

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

Shades of Lime Green #2EC62A

Tints of Lime Green #2EC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 69.23%

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

R = 16.08%
G = 69.23%
B = 14.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#2EC62A (or 0x2EC62A) is known color: Lime Green. HEX triplet: 2E, C6 and 2A. RGB value is (46,198,42). Sum of RGB (Red+Green+Blue) = 46+198+42=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC62A is #D139D5. Grayscale: #878787. Windows color (decimal): -13711830 or 2803246. OLE color: 2803246.

HSL color Cylindrical-coordinate representation of color #2EC62A: hue angle of 118.46º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EC62A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 198 42 -
CMYK 0.77 0 0.79 0.22
HSL 118.46º 0.65% 0.47% -
HSV(B) 118.46º 0.79% 0.78% -
XYZ 21.74 41.14 8.98 -
YUV 134.77 75.64 64.68 -
System Red Green Blue C M Y K H S L
Decimal 46 198 42 0.77 0 0.79 0.22 118.46 0.65 0.47
Hex 2E C6 2A 4D 0 4F 16 76 41 2F
Octal 56 306 52 115 0 117 26 166 101 57
Binary 101110 11000110 101010 1001101 0 1001111 10110 1110110 1000001 101111

Color Harmonies of #2EC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC62A

Black with #2EC62A

Text Example


Text Example

White with #2EC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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