Html Css Color HEX #2EBC42 Lime Green

📋 copy color: '#2EBC42'

red 46 ◦ green 188 ◦ blue 66

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

Shades of Lime Green #2EBC42

Tints of Lime Green #2EBC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.67%

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

R = 15.33%
G = 62.67%
B = 22%

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

#2EBC42 (or 0x2EBC42) is known color: Lime Green. HEX triplet: 2E, BC and 42. RGB value is (46,188,66). Sum of RGB (Red+Green+Blue) = 46+188+66=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC42 is #D143BD. Grayscale: #838383. Windows color (decimal): -13714366 or 4373550. OLE color: 4373550.

HSL color Cylindrical-coordinate representation of color #2EBC42: hue angle of 128.45º 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 #2EBC42 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 66 -
CMYK 0.76 0 0.65 0.26
HSL 128.45º 0.61% 0.46% -
HSV(B) 128.45º 0.76% 0.74% -
XYZ 20.09 36.94 11.23 -
YUV 131.63 90.96 66.92 -
System Red Green Blue C M Y K H S L
Decimal 46 188 66 0.76 0 0.65 0.26 128.45 0.61 0.46
Hex 2E BC 42 4C 0 41 1A 80 3D 2E
Octal 56 274 102 114 0 101 32 200 75 56
Binary 101110 10111100 1000010 1001100 0 1000001 11010 10000000 111101 101110

Color Harmonies of #2EBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC42

Black with #2EBC42

Text Example


Text Example

White with #2EBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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