Html Css Color HEX #2EBD2A Lime Green

📋 copy color: '#2EBD2A'

red 46 ◦ green 189 ◦ blue 42

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

Shades of Lime Green #2EBD2A

Tints of Lime Green #2EBD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.23%

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

R = 16.61%
G = 68.23%
B = 15.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#2EBD2A (or 0x2EBD2A) is known color: Lime Green. HEX triplet: 2E, BD and 2A. RGB value is (46,189,42). Sum of RGB (Red+Green+Blue) = 46+189+42=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD2A is #D142D5. Grayscale: #818181. Windows color (decimal): -13714134 or 2800942. OLE color: 2800942.

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

Color convert

RGB 46 189 42 -
CMYK 0.76 0 0.78 0.26
HSL 118.37º 0.64% 0.45% -
HSV(B) 118.37º 0.78% 0.74% -
XYZ 19.74 37.14 8.32 -
YUV 129.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 46 189 42 0.76 0 0.78 0.26 118.37 0.64 0.45
Hex 2E BD 2A 4C 0 4E 1A 76 40 2D
Octal 56 275 52 114 0 116 32 166 100 55
Binary 101110 10111101 101010 1001100 0 1001110 11010 1110110 1000000 101101

Color Harmonies of #2EBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBD2A

Black with #2EBD2A

Text Example


Text Example

White with #2EBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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