Html Css Color HEX #2EBC34 Lime Green

📋 copy color: '#2EBC34'

red 46 ◦ green 188 ◦ blue 52

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

Shades of Lime Green #2EBC34

Tints of Lime Green #2EBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 16.08%
G = 65.73%
B = 18.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#2EBC34 (or 0x2EBC34) is known color: Lime Green. HEX triplet: 2E, BC and 34. RGB value is (46,188,52). Sum of RGB (Red+Green+Blue) = 46+188+52=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC34 is #D143CB. Grayscale: #828282. Windows color (decimal): -13714380 or 3456046. OLE color: 3456046.

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

Color convert

RGB 46 188 52 -
CMYK 0.76 0 0.72 0.26
HSL 122.54º 0.61% 0.46% -
HSV(B) 122.54º 0.76% 0.74% -
XYZ 19.73 36.8 9.31 -
YUV 130.04 83.96 68.06 -
System Red Green Blue C M Y K H S L
Decimal 46 188 52 0.76 0 0.72 0.26 122.54 0.61 0.46
Hex 2E BC 34 4C 0 48 1A 7B 3D 2E
Octal 56 274 64 114 0 110 32 173 75 56
Binary 101110 10111100 110100 1001100 0 1001000 11010 1111011 111101 101110

Color Harmonies of #2EBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC34

Black with #2EBC34

Text Example


Text Example

White with #2EBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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