Html Css Color HEX #2ECE4C Lime Green

📋 copy color: '#2ECE4C'

red 46 ◦ green 206 ◦ blue 76

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

Shades of Lime Green #2ECE4C

Tints of Lime Green #2ECE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 14.02%
G = 62.8%
B = 23.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#2ECE4C (or 0x2ECE4C) is known color: Lime Green. HEX triplet: 2E, CE and 4C. RGB value is (46,206,76). Sum of RGB (Red+Green+Blue) = 46+206+76=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECE4C is #D131B3. Grayscale: #8F8F8F. Windows color (decimal): -13709748 or 5033518. OLE color: 5033518.

HSL color Cylindrical-coordinate representation of color #2ECE4C: hue angle of 131.25º 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 #2ECE4C is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 76 -
CMYK 0.78 0 0.63 0.19
HSL 131.25º 0.63% 0.49% -
HSV(B) 131.25º 0.78% 0.81% -
XYZ 24.5 45.25 14.28 -
YUV 143.34 89.99 58.57 -
System Red Green Blue C M Y K H S L
Decimal 46 206 76 0.78 0 0.63 0.19 131.25 0.63 0.49
Hex 2E CE 4C 4E 0 3F 13 83 3F 31
Octal 56 316 114 116 0 77 23 203 77 61
Binary 101110 11001110 1001100 1001110 0 111111 10011 10000011 111111 110001

Color Harmonies of #2ECE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE4C

Black with #2ECE4C

Text Example


Text Example

White with #2ECE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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