Html Css Color HEX #2EC320 Lime Green

📋 copy color: '#2EC320'

red 46 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #2EC320

Tints of Lime Green #2EC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.43%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 16.85%
G = 71.43%
B = 11.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2EC320 (or 0x2EC320) is known color: Lime Green. HEX triplet: 2E, C3 and 20. RGB value is (46,195,32). Sum of RGB (Red+Green+Blue) = 46+195+32=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC320 is #D13CDF. Grayscale: #848484. Windows color (decimal): -13712608 or 2147118. OLE color: 2147118.

HSL color Cylindrical-coordinate representation of color #2EC320: hue angle of 114.85º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC320 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 32 -
CMYK 0.76 0 0.84 0.24
HSL 114.85º 0.72% 0.45% -
HSV(B) 114.85º 0.84% 0.76% -
XYZ 20.9 39.72 7.93 -
YUV 131.87 71.64 66.75 -
System Red Green Blue C M Y K H S L
Decimal 46 195 32 0.76 0 0.84 0.24 114.85 0.72 0.45
Hex 2E C3 20 4C 0 54 18 73 48 2D
Octal 56 303 40 114 0 124 30 163 110 55
Binary 101110 11000011 100000 1001100 0 1010100 11000 1110011 1001000 101101

Color Harmonies of #2EC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC320

Black with #2EC320

Text Example


Text Example

White with #2EC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,195,32); }

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

background-color css

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

 a { background-color: rgb(46,195,32); }

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

border-color css

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

 span { border-color: rgb(46,195,32); }

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