Html Css Color HEX #2ECE1A Lime Green

📋 copy color: '#2ECE1A'

red 46 ◦ green 206 ◦ blue 26

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

Shades of Lime Green #2ECE1A

Tints of Lime Green #2ECE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 16.55%
G = 74.1%
B = 9.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#2ECE1A (or 0x2ECE1A) is known color: Lime Green. HEX triplet: 2E, CE and 1A. RGB value is (46,206,26). Sum of RGB (Red+Green+Blue) = 46+206+26=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECE1A is #D131E5. Grayscale: #8A8A8A. Windows color (decimal): -13709798 or 1756718. OLE color: 1756718.

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

Color convert

RGB 46 206 26 -
CMYK 0.78 0 0.87 0.19
HSL 113.33º 0.78% 0.45% -
HSV(B) 113.33º 0.87% 0.81% -
XYZ 23.38 44.8 8.39 -
YUV 137.64 64.99 62.64 -
System Red Green Blue C M Y K H S L
Decimal 46 206 26 0.78 0 0.87 0.19 113.33 0.78 0.45
Hex 2E CE 1A 4E 0 57 13 71 4E 2D
Octal 56 316 32 116 0 127 23 161 116 55
Binary 101110 11001110 11010 1001110 0 1010111 10011 1110001 1001110 101101

Color Harmonies of #2ECE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE1A

Black with #2ECE1A

Text Example


Text Example

White with #2ECE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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