Html Css Color HEX #2ECE32 Lime Green

📋 copy color: '#2ECE32'

red 46 ◦ green 206 ◦ blue 50

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

Shades of Lime Green #2ECE32

Tints of Lime Green #2ECE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 68.21%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 15.23%
G = 68.21%
B = 16.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#2ECE32 (or 0x2ECE32) is known color: Lime Green. HEX triplet: 2E, CE and 32. RGB value is (46,206,50). Sum of RGB (Red+Green+Blue) = 46+206+50=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 206 (80.86% from 255 or 68.21% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECE32 is #D131CD. Grayscale: #8C8C8C. Windows color (decimal): -13709774 or 3329582. OLE color: 3329582.

HSL color Cylindrical-coordinate representation of color #2ECE32: hue angle of 121.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECE32 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 50 -
CMYK 0.78 0 0.76 0.19
HSL 121.5º 0.63% 0.49% -
HSV(B) 121.5º 0.78% 0.81% -
XYZ 23.77 44.95 10.44 -
YUV 140.38 76.99 60.68 -
System Red Green Blue C M Y K H S L
Decimal 46 206 50 0.78 0 0.76 0.19 121.5 0.63 0.49
Hex 2E CE 32 4E 0 4C 13 7A 3F 31
Octal 56 316 62 116 0 114 23 172 77 61
Binary 101110 11001110 110010 1001110 0 1001100 10011 1111010 111111 110001

Color Harmonies of #2ECE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE32

Black with #2ECE32

Text Example


Text Example

White with #2ECE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,206,50); }

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

background-color css

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

 a { background-color: rgb(46,206,50); }

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

border-color css

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

 span { border-color: rgb(46,206,50); }

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