Html Css Color HEX #2EB32D Lime Green

📋 copy color: '#2EB32D'

red 46 ◦ green 179 ◦ blue 45

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

Shades of Lime Green #2EB32D

Tints of Lime Green #2EB32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 17.04%
G = 66.3%
B = 16.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#2EB32D (or 0x2EB32D) is known color: Lime Green. HEX triplet: 2E, B3 and 2D. RGB value is (46,179,45). Sum of RGB (Red+Green+Blue) = 46+179+45=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB32D is #D14CD2. Grayscale: #7C7C7C. Windows color (decimal): -13716691 or 2994990. OLE color: 2994990.

HSL color Cylindrical-coordinate representation of color #2EB32D: hue angle of 119.55º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB32D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 45 -
CMYK 0.74 0 0.75 0.30
HSL 119.55º 0.6% 0.44% -
HSV(B) 119.55º 0.75% 0.7% -
XYZ 17.72 33.01 7.92 -
YUV 123.96 83.44 72.4 -
System Red Green Blue C M Y K H S L
Decimal 46 179 45 0.74 0 0.75 0.30 119.55 0.6 0.44
Hex 2E B3 2D 4A 0 4B 1E 78 3C 2C
Octal 56 263 55 112 0 113 36 170 74 54
Binary 101110 10110011 101101 1001010 0 1001011 11110 1111000 111100 101100

Color Harmonies of #2EB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB32D

Black with #2EB32D

Text Example


Text Example

White with #2EB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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