Html Css Color HEX #2EB534 Lime Green

📋 copy color: '#2EB534'

red 46 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #2EB534

Tints of Lime Green #2EB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 64.87%

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

R = 16.49%
G = 64.87%
B = 18.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#2EB534 (or 0x2EB534) is known color: Lime Green. HEX triplet: 2E, B5 and 34. RGB value is (46,181,52). Sum of RGB (Red+Green+Blue) = 46+181+52=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB534 is #D14ACB. Grayscale: #7E7E7E. Windows color (decimal): -13716172 or 3454254. OLE color: 3454254.

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

Color convert

RGB 46 181 52 -
CMYK 0.75 0 0.71 0.29
HSL 122.67º 0.59% 0.45% -
HSV(B) 122.67º 0.75% 0.71% -
XYZ 18.27 33.88 8.82 -
YUV 125.93 86.27 70.99 -
System Red Green Blue C M Y K H S L
Decimal 46 181 52 0.75 0 0.71 0.29 122.67 0.59 0.45
Hex 2E B5 34 4B 0 47 1D 7B 3B 2D
Octal 56 265 64 113 0 107 35 173 73 55
Binary 101110 10110101 110100 1001011 0 1000111 11101 1111011 111011 101101

Color Harmonies of #2EB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB534

Black with #2EB534

Text Example


Text Example

White with #2EB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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