Html Css Color HEX #2ECF46 Lime Green

📋 copy color: '#2ECF46'

red 46 ◦ green 207 ◦ blue 70

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

Shades of Lime Green #2ECF46

Tints of Lime Green #2ECF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 14.24%
G = 64.09%
B = 21.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#2ECF46 (or 0x2ECF46) is known color: Lime Green. HEX triplet: 2E, CF and 46. RGB value is (46,207,70). Sum of RGB (Red+Green+Blue) = 46+207+70=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF46 is #D130B9. Grayscale: #8F8F8F. Windows color (decimal): -13709498 or 4640558. OLE color: 4640558.

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

Color convert

RGB 46 207 70 -
CMYK 0.78 0 0.66 0.19
HSL 128.94º 0.64% 0.5% -
HSV(B) 128.94º 0.78% 0.81% -
XYZ 24.55 45.65 13.31 -
YUV 143.24 86.66 58.64 -
System Red Green Blue C M Y K H S L
Decimal 46 207 70 0.78 0 0.66 0.19 128.94 0.64 0.5
Hex 2E CF 46 4E 0 42 13 81 40 32
Octal 56 317 106 116 0 102 23 201 100 62
Binary 101110 11001111 1000110 1001110 0 1000010 10011 10000001 1000000 110010

Color Harmonies of #2ECF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF46

Black with #2ECF46

Text Example


Text Example

White with #2ECF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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