Html Css Color HEX #2EB834 Lime Green

📋 copy color: '#2EB834'

red 46 ◦ green 184 ◦ blue 52

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

Shades of Lime Green #2EB834

Tints of Lime Green #2EB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.25%

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

R = 16.31%
G = 65.25%
B = 18.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#2EB834 (or 0x2EB834) is known color: Lime Green. HEX triplet: 2E, B8 and 34. RGB value is (46,184,52). Sum of RGB (Red+Green+Blue) = 46+184+52=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB834 is #D147CB. Grayscale: #808080. Windows color (decimal): -13715404 or 3455022. OLE color: 3455022.

HSL color Cylindrical-coordinate representation of color #2EB834: hue angle of 122.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB834 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 52 -
CMYK 0.75 0 0.72 0.28
HSL 122.61º 0.6% 0.45% -
HSV(B) 122.61º 0.75% 0.72% -
XYZ 18.89 35.11 9.03 -
YUV 127.69 85.28 69.73 -
System Red Green Blue C M Y K H S L
Decimal 46 184 52 0.75 0 0.72 0.28 122.61 0.6 0.45
Hex 2E B8 34 4B 0 48 1C 7B 3C 2D
Octal 56 270 64 113 0 110 34 173 74 55
Binary 101110 10111000 110100 1001011 0 1001000 11100 1111011 111100 101101

Color Harmonies of #2EB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB834

Black with #2EB834

Text Example


Text Example

White with #2EB834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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