Html Css Color HEX #2EB324 Lime Green

📋 copy color: '#2EB324'

red 46 ◦ green 179 ◦ blue 36

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

Shades of Lime Green #2EB324

Tints of Lime Green #2EB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.58%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 17.62%
G = 68.58%
B = 13.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#2EB324 (or 0x2EB324) is known color: Lime Green. HEX triplet: 2E, B3 and 24. RGB value is (46,179,36). Sum of RGB (Red+Green+Blue) = 46+179+36=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB324 is #D14CDB. Grayscale: #7B7B7B. Windows color (decimal): -13716700 or 2405166. OLE color: 2405166.

HSL color Cylindrical-coordinate representation of color #2EB324: hue angle of 115.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB324 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 36 -
CMYK 0.74 0 0.80 0.30
HSL 115.8º 0.67% 0.42% -
HSV(B) 115.8º 0.8% 0.7% -
XYZ 17.57 32.95 7.1 -
YUV 122.93 78.94 73.13 -
System Red Green Blue C M Y K H S L
Decimal 46 179 36 0.74 0 0.80 0.30 115.8 0.67 0.42
Hex 2E B3 24 4A 0 50 1E 74 43 2A
Octal 56 263 44 112 0 120 36 164 103 52
Binary 101110 10110011 100100 1001010 0 1010000 11110 1110100 1000011 101010

Color Harmonies of #2EB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB324

Black with #2EB324

Text Example


Text Example

White with #2EB324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,179,36); }

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

background-color css

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

 a { background-color: rgb(46,179,36); }

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

border-color css

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

 span { border-color: rgb(46,179,36); }

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