Html Css Color HEX #2EBD42 Lime Green

📋 copy color: '#2EBD42'

red 46 ◦ green 189 ◦ blue 66

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

Shades of Lime Green #2EBD42

Tints of Lime Green #2EBD42

RGB

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

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

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

R = 15.28%
G = 62.79%
B = 21.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#2EBD42 (or 0x2EBD42) is known color: Lime Green. HEX triplet: 2E, BD and 42. RGB value is (46,189,66). Sum of RGB (Red+Green+Blue) = 46+189+66=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD42 is #D142BD. Grayscale: #848484. Windows color (decimal): -13714110 or 4373806. OLE color: 4373806.

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

Color convert

RGB 46 189 66 -
CMYK 0.76 0 0.65 0.26
HSL 128.39º 0.61% 0.46% -
HSV(B) 128.39º 0.76% 0.74% -
XYZ 20.31 37.37 11.3 -
YUV 132.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 46 189 66 0.76 0 0.65 0.26 128.39 0.61 0.46
Hex 2E BD 42 4C 0 41 1A 80 3D 2E
Octal 56 275 102 114 0 101 32 200 75 56
Binary 101110 10111101 1000010 1001100 0 1000001 11010 10000000 111101 101110

Color Harmonies of #2EBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBD42

Black with #2EBD42

Text Example


Text Example

White with #2EBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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