Html Css Color HEX #2EB934 Lime Green

📋 copy color: '#2EB934'

red 46 ◦ green 185 ◦ blue 52

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

Shades of Lime Green #2EB934

Tints of Lime Green #2EB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 65.37%

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

R = 16.25%
G = 65.37%
B = 18.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#2EB934 (or 0x2EB934) is known color: Lime Green. HEX triplet: 2E, B9 and 34. RGB value is (46,185,52). Sum of RGB (Red+Green+Blue) = 46+185+52=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB934 is #D146CB. Grayscale: #808080. Windows color (decimal): -13715148 or 3455278. OLE color: 3455278.

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

Color convert

RGB 46 185 52 -
CMYK 0.75 0 0.72 0.27
HSL 122.59º 0.6% 0.45% -
HSV(B) 122.59º 0.75% 0.73% -
XYZ 19.1 35.53 9.1 -
YUV 128.28 84.95 69.31 -
System Red Green Blue C M Y K H S L
Decimal 46 185 52 0.75 0 0.72 0.27 122.59 0.6 0.45
Hex 2E B9 34 4B 0 48 1B 7B 3C 2D
Octal 56 271 64 113 0 110 33 173 74 55
Binary 101110 10111001 110100 1001011 0 1001000 11011 1111011 111100 101101

Color Harmonies of #2EB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB934

Black with #2EB934

Text Example


Text Example

White with #2EB934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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