Html Css Color HEX #2ECF4D Lime Green

📋 copy color: '#2ECF4D'

red 46 ◦ green 207 ◦ blue 77

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

Shades of Lime Green #2ECF4D

Tints of Lime Green #2ECF4D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.73%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 13.94%
G = 62.73%
B = 23.33%

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

#2ECF4D (or 0x2ECF4D) is known color: Lime Green. HEX triplet: 2E, CF and 4D. RGB value is (46,207,77). Sum of RGB (Red+Green+Blue) = 46+207+77=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF4D is #D130B2. Grayscale: #909090. Windows color (decimal): -13709491 or 5099310. OLE color: 5099310.

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

Color convert

RGB 46 207 77 -
CMYK 0.78 0 0.63 0.19
HSL 131.55º 0.64% 0.5% -
HSV(B) 131.55º 0.78% 0.81% -
XYZ 24.78 45.74 14.54 -
YUV 144.04 90.16 58.07 -
System Red Green Blue C M Y K H S L
Decimal 46 207 77 0.78 0 0.63 0.19 131.55 0.64 0.5
Hex 2E CF 4D 4E 0 3F 13 84 40 32
Octal 56 317 115 116 0 77 23 204 100 62
Binary 101110 11001111 1001101 1001110 0 111111 10011 10000100 1000000 110010

Color Harmonies of #2ECF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF4D

Black with #2ECF4D

Text Example


Text Example

White with #2ECF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,207,77); }

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

background-color css

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

 a { background-color: rgb(46,207,77); }

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

border-color css

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

 span { border-color: rgb(46,207,77); }

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