Html Css Color HEX #2EB942 Lime Green

📋 copy color: '#2EB942'

red 46 ◦ green 185 ◦ blue 66

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

Shades of Lime Green #2EB942

Tints of Lime Green #2EB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.29%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 15.49%
G = 62.29%
B = 22.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#2EB942 (or 0x2EB942) is known color: Lime Green. HEX triplet: 2E, B9 and 42. RGB value is (46,185,66). Sum of RGB (Red+Green+Blue) = 46+185+66=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB942 is #D146BD. Grayscale: #828282. Windows color (decimal): -13715134 or 4372782. OLE color: 4372782.

HSL color Cylindrical-coordinate representation of color #2EB942: hue angle of 128.63º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB942 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 66 -
CMYK 0.75 0 0.64 0.27
HSL 128.63º 0.6% 0.45% -
HSV(B) 128.63º 0.75% 0.73% -
XYZ 19.46 35.67 11.01 -
YUV 129.87 91.95 68.18 -
System Red Green Blue C M Y K H S L
Decimal 46 185 66 0.75 0 0.64 0.27 128.63 0.6 0.45
Hex 2E B9 42 4B 0 40 1B 81 3C 2D
Octal 56 271 102 113 0 100 33 201 74 55
Binary 101110 10111001 1000010 1001011 0 1000000 11011 10000001 111100 101101

Color Harmonies of #2EB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB942

Black with #2EB942

Text Example


Text Example

White with #2EB942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,66); }

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

background-color css

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

 a { background-color: rgb(46,185,66); }

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

border-color css

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

 span { border-color: rgb(46,185,66); }

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