Html Css Color HEX #2EB327 Lime Green

📋 copy color: '#2EB327'

red 46 ◦ green 179 ◦ blue 39

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

Shades of Lime Green #2EB327

Tints of Lime Green #2EB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 17.42%
G = 67.8%
B = 14.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#2EB327 (or 0x2EB327) is known color: Lime Green. HEX triplet: 2E, B3 and 27. RGB value is (46,179,39). Sum of RGB (Red+Green+Blue) = 46+179+39=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB327 is #D14CD8. Grayscale: #7B7B7B. Windows color (decimal): -13716697 or 2601774. OLE color: 2601774.

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

Color convert

RGB 46 179 39 -
CMYK 0.74 0 0.78 0.30
HSL 117º 0.64% 0.43% -
HSV(B) 117º 0.78% 0.7% -
XYZ 17.61 32.97 7.35 -
YUV 123.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 46 179 39 0.74 0 0.78 0.30 117 0.64 0.43
Hex 2E B3 27 4A 0 4E 1E 75 40 2B
Octal 56 263 47 112 0 116 36 165 100 53
Binary 101110 10110011 100111 1001010 0 1001110 11110 1110101 1000000 101011

Color Harmonies of #2EB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB327

Black with #2EB327

Text Example


Text Example

White with #2EB327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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