Html Css Color HEX #2EBA45 Lime Green

📋 copy color: '#2EBA45'

red 46 ◦ green 186 ◦ blue 69

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

Shades of Lime Green #2EBA45

Tints of Lime Green #2EBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.79%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 15.28%
G = 61.79%
B = 22.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#2EBA45 (or 0x2EBA45) is known color: Lime Green. HEX triplet: 2E, BA and 45. RGB value is (46,186,69). Sum of RGB (Red+Green+Blue) = 46+186+69=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA45 is #D145BA. Grayscale: #838383. Windows color (decimal): -13714875 or 4569646. OLE color: 4569646.

HSL color Cylindrical-coordinate representation of color #2EBA45: hue angle of 129.86º 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 #2EBA45 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 186 69 -
CMYK 0.75 0 0.63 0.27
HSL 129.86º 0.6% 0.45% -
HSV(B) 129.86º 0.75% 0.73% -
XYZ 19.76 36.13 11.56 -
YUV 130.8 93.12 67.51 -
System Red Green Blue C M Y K H S L
Decimal 46 186 69 0.75 0 0.63 0.27 129.86 0.6 0.45
Hex 2E BA 45 4B 0 3F 1B 82 3C 2D
Octal 56 272 105 113 0 77 33 202 74 55
Binary 101110 10111010 1000101 1001011 0 111111 11011 10000010 111100 101101

Color Harmonies of #2EBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA45

Black with #2EBA45

Text Example


Text Example

White with #2EBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,69); }

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

background-color css

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

 a { background-color: rgb(46,186,69); }

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

border-color css

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

 span { border-color: rgb(46,186,69); }

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