Html Css Color HEX #2EBE2A Lime Green

📋 copy color: '#2EBE2A'

red 46 ◦ green 190 ◦ blue 42

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

Shades of Lime Green #2EBE2A

Tints of Lime Green #2EBE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 68.35%

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

R = 16.55%
G = 68.35%
B = 15.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#2EBE2A (or 0x2EBE2A) is known color: Lime Green. HEX triplet: 2E, BE and 2A. RGB value is (46,190,42). Sum of RGB (Red+Green+Blue) = 46+190+42=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE2A is #D141D5. Grayscale: #828282. Windows color (decimal): -13713878 or 2801198. OLE color: 2801198.

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

Color convert

RGB 46 190 42 -
CMYK 0.76 0 0.78 0.25
HSL 118.38º 0.64% 0.45% -
HSV(B) 118.38º 0.78% 0.75% -
XYZ 19.96 37.57 8.39 -
YUV 130.07 78.29 68.03 -
System Red Green Blue C M Y K H S L
Decimal 46 190 42 0.76 0 0.78 0.25 118.38 0.64 0.45
Hex 2E BE 2A 4C 0 4E 19 76 40 2D
Octal 56 276 52 114 0 116 31 166 100 55
Binary 101110 10111110 101010 1001100 0 1001110 11001 1110110 1000000 101101

Color Harmonies of #2EBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE2A

Black with #2EBE2A

Text Example


Text Example

White with #2EBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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